From 9c7b3da04ab39646e6d6687c309153410dafb916 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. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@147703 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/CodeGen/SjLjEHPrepare.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/CodeGen/SjLjEHPrepare.cpp b/lib/CodeGen/SjLjEHPrepare.cpp index a23aaa0b22d..b944fa0740e 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" -- 2.34.1