Fixing the MSVC build by including a file.
authorAaron Ballman <aaron@aaronballman.com>
Fri, 21 Feb 2014 20:42:18 +0000 (20:42 +0000)
committerAaron Ballman <aaron@aaronballman.com>
Fri, 21 Feb 2014 20:42:18 +0000 (20:42 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@201884 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Object/ObjectFile.cpp

index 923baa58bcd778e84ba0603112391bd726a66b9d..80343714e46be305f9ca737b291d5cfb36f8fdc1 100644 (file)
@@ -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;