summaryrefslogtreecommitdiff
path: root/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
commit9c7b3da04ab39646e6d6687c309153410dafb916 (patch)
tree1e9823bd73ac609891f33c3dd371b0239a9504fe /lib/CodeGen/SjLjEHPrepare.cpp
parent71ba09f2c4f845723266de3e7f5f2920e2c6071d (diff)
downloadllvm-9c7b3da04ab39646e6d6687c309153410dafb916.tar.gz
llvm-9c7b3da04ab39646e6d6687c309153410dafb916.tar.bz2
llvm-9c7b3da04ab39646e6d6687c309153410dafb916.tar.xz
Missing raw_ostream.h breaks MSVC build.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@147703 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/CodeGen/SjLjEHPrepare.cpp')
-rw-r--r--lib/CodeGen/SjLjEHPrepare.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/CodeGen/SjLjEHPrepare.cpp b/lib/CodeGen/SjLjEHPrepare.cpp
index a23aaa0b22..b944fa0740 100644
--- a/lib/CodeGen/SjLjEHPrepare.cpp
+++ b/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"