From b1f8a5a5034d106d8ab542579d5f8b8cc7e70241 Mon Sep 17 00:00:00 2001 From: Aaron Ballman Date: Fri, 21 Feb 2014 20:42:18 +0000 Subject: [PATCH] Fixing the MSVC build by including a file. llvm-svn: 201884 --- llvm/lib/Object/ObjectFile.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/llvm/lib/Object/ObjectFile.cpp b/llvm/lib/Object/ObjectFile.cpp index 923baa58bcd7..80343714e46b 100644 --- a/llvm/lib/Object/ObjectFile.cpp +++ b/llvm/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;