From: Benjamin Kramer Date: Tue, 29 Apr 2014 23:37:02 +0000 (+0000) Subject: Try to fix the msvc build. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=ba8848470e658762511a8f88bae4d044c9dbfcfe;p=oota-llvm.git Try to fix the msvc build. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@207594 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/examples/BrainF/BrainFDriver.cpp b/examples/BrainF/BrainFDriver.cpp index d726464a527..e2de6bc58d7 100644 --- a/examples/BrainF/BrainFDriver.cpp +++ b/examples/BrainF/BrainFDriver.cpp @@ -31,6 +31,7 @@ #include "llvm/IR/Constants.h" #include "llvm/IR/Verifier.h" #include "llvm/Support/CommandLine.h" +#include "llvm/Support/FileSystem.h" #include "llvm/Support/ManagedStatic.h" #include "llvm/Support/TargetSelect.h" #include "llvm/Support/raw_ostream.h" diff --git a/lib/IR/ConstantsContext.h b/lib/IR/ConstantsContext.h index 8aae14aabff..f06509fb73a 100644 --- a/lib/IR/ConstantsContext.h +++ b/lib/IR/ConstantsContext.h @@ -24,6 +24,7 @@ #include "llvm/Support/ErrorHandling.h" #include "llvm/Support/raw_ostream.h" #include +#include #define DEBUG_TYPE "ir"