MipsMachineFunction.cpp: Add missing #include <raw_ostream.h>

llvm-svn: 191597
This commit is contained in:
NAKAMURA Takumi
2013-09-28 01:35:07 +00:00
parent 66a49bd240
commit 3fddccfa43

View File

@@ -15,6 +15,7 @@
#include "llvm/CodeGen/MachineRegisterInfo.h"
#include "llvm/IR/Function.h"
#include "llvm/Support/CommandLine.h"
#include "llvm/Support/raw_ostream.h"
using namespace llvm;