MipsMachineFunction.cpp: Add missing #include <raw_ostream.h>
authorNAKAMURA Takumi <geek4civic@gmail.com>
Sat, 28 Sep 2013 01:35:07 +0000 (01:35 +0000)
committerNAKAMURA Takumi <geek4civic@gmail.com>
Sat, 28 Sep 2013 01:35:07 +0000 (01:35 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@191597 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Target/Mips/MipsMachineFunction.cpp

index c32f56c0ddcfc6192847f036985599647299dd38..f3f6f2874acac87e07895fd36a5ceef8e780b6f7 100644 (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;