Add #include of raw_ostream.h to MipsSEISelLowering.cpp
authorHans Wennborg <hans@hanshq.net>
Wed, 30 Oct 2013 16:10:10 +0000 (16:10 +0000)
committerHans Wennborg <hans@hanshq.net>
Wed, 30 Oct 2013 16:10:10 +0000 (16:10 +0000)
Fixing this Windows build error:

..\lib\Target\Mips\MipsSEISelLowering.cpp(997) : error C2027: use of undefined type 'llvm::raw_ostream'

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@193696 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Target/Mips/MipsSEISelLowering.cpp

index c6ca87caa53f94d7e94e60391160f2c5d7872061..50a41d3afa50bedcdf2925c2d2c788001413072f 100644 (file)
@@ -19,6 +19,7 @@
 #include "llvm/IR/Intrinsics.h"
 #include "llvm/Support/CommandLine.h"
 #include "llvm/Support/Debug.h"
 #include "llvm/IR/Intrinsics.h"
 #include "llvm/Support/CommandLine.h"
 #include "llvm/Support/Debug.h"
+#include "llvm/Support/raw_ostream.h"
 #include "llvm/Target/TargetInstrInfo.h"
 
 using namespace llvm;
 #include "llvm/Target/TargetInstrInfo.h"
 
 using namespace llvm;