summaryrefslogtreecommitdiff
path: root/lib/Target
diff options
context:
space:
mode:
authorHans Wennborg <hans@hanshq.net>2013-10-30 16:10:10 +0000
committerHans Wennborg <hans@hanshq.net>2013-10-30 16:10:10 +0000
commit75ac8df380e2bad6b7e0798641b8b1805a393339 (patch)
tree64f15989c3edbb5acaf2df047fa59964ef06846e /lib/Target
parent02fbffd4e8e1a28539b302e4de84203814898153 (diff)
downloadllvm-75ac8df380e2bad6b7e0798641b8b1805a393339.tar.gz
llvm-75ac8df380e2bad6b7e0798641b8b1805a393339.tar.bz2
llvm-75ac8df380e2bad6b7e0798641b8b1805a393339.tar.xz
Add #include of raw_ostream.h to MipsSEISelLowering.cpp
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
Diffstat (limited to 'lib/Target')
-rw-r--r--lib/Target/Mips/MipsSEISelLowering.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/Target/Mips/MipsSEISelLowering.cpp b/lib/Target/Mips/MipsSEISelLowering.cpp
index c6ca87caa5..50a41d3afa 100644
--- a/lib/Target/Mips/MipsSEISelLowering.cpp
+++ b/lib/Target/Mips/MipsSEISelLowering.cpp
@@ -19,6 +19,7 @@
#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;