From ff4e2b7d23decd98b42d27437c123bf181037084 Mon Sep 17 00:00:00 2001 From: Andrew Trick Date: Sat, 7 Jan 2012 00:54:28 +0000 Subject: [PATCH] Missing raw_ostream.h breaks MSVC build. llvm-svn: 147703 --- llvm/lib/CodeGen/SjLjEHPrepare.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/llvm/lib/CodeGen/SjLjEHPrepare.cpp b/llvm/lib/CodeGen/SjLjEHPrepare.cpp index a23aaa0..b944fa0 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" -- 2.7.4