summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/SjLjEHPrepare.cpp
diff options
context:
space:
mode:
authorAndrew Trick <atrick@apple.com>2012-01-07 00:54:28 +0000
committerAndrew Trick <atrick@apple.com>2012-01-07 00:54:28 +0000
commitff4e2b7d23decd98b42d27437c123bf181037084 (patch)
treefa6a055a3e1fcb34ebce38666f5507ad32c16bea /llvm/lib/CodeGen/SjLjEHPrepare.cpp
parent0f28986a54b808f6ec3ec46f850d1a82c2f755e4 (diff)
downloadbcm5719-llvm-ff4e2b7d23decd98b42d27437c123bf181037084.tar.gz
bcm5719-llvm-ff4e2b7d23decd98b42d27437c123bf181037084.zip
Missing raw_ostream.h breaks MSVC build.
llvm-svn: 147703
Diffstat (limited to 'llvm/lib/CodeGen/SjLjEHPrepare.cpp')
-rw-r--r--llvm/lib/CodeGen/SjLjEHPrepare.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/lib/CodeGen/SjLjEHPrepare.cpp b/llvm/lib/CodeGen/SjLjEHPrepare.cpp
index a23aaa0b22d..b944fa0740e 100644
--- a/llvm/lib/CodeGen/SjLjEHPrepare.cpp
+++ b/llvm/lib/CodeGen/SjLjEHPrepare.cpp
@@ -29,6 +29,7 @@
#include "llvm/Support/CommandLine.h"
#include "llvm/Support/Debug.h"
#include "llvm/Support/IRBuilder.h"
+#include "llvm/Support/raw_ostream.h"
#include "llvm/ADT/DenseMap.h"
#include "llvm/ADT/SetVector.h"
#include "llvm/ADT/SmallPtrSet.h"
OpenPOWER on IntegriCloud