From: Aaron Ballman Date: Fri, 21 Feb 2014 20:42:18 +0000 (+0000) Subject: Fixing the MSVC build by including a file. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=100aba293d09d7e355bd513bd318ef8626158083;p=oota-llvm.git Fixing the MSVC build by including a file. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@201884 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/Object/ObjectFile.cpp b/lib/Object/ObjectFile.cpp index 923baa58bcd..80343714e46 100644 --- a/lib/Object/ObjectFile.cpp +++ b/lib/Object/ObjectFile.cpp @@ -17,6 +17,7 @@ #include "llvm/Support/FileSystem.h" #include "llvm/Support/MemoryBuffer.h" #include "llvm/Support/system_error.h" +#include "llvm/Support/raw_ostream.h" using namespace llvm; using namespace object;