summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBenjamin Kramer <benny.kra@googlemail.com>2014-04-29 23:37:02 +0000
committerBenjamin Kramer <benny.kra@googlemail.com>2014-04-29 23:37:02 +0000
commit749965781b19cb2054d93d39248e73a6ed264483 (patch)
treeb49559392cb97683cc0db188a5d37f097799d86c
parentd59664f4f70fb52fdaaffe5c41bfe39af63f7ffc (diff)
downloadbcm5719-llvm-749965781b19cb2054d93d39248e73a6ed264483.tar.gz
bcm5719-llvm-749965781b19cb2054d93d39248e73a6ed264483.zip
Try to fix the msvc build.
llvm-svn: 207594
-rw-r--r--llvm/examples/BrainF/BrainFDriver.cpp1
-rw-r--r--llvm/lib/IR/ConstantsContext.h1
2 files changed, 2 insertions, 0 deletions
diff --git a/llvm/examples/BrainF/BrainFDriver.cpp b/llvm/examples/BrainF/BrainFDriver.cpp
index d726464a527..e2de6bc58d7 100644
--- a/llvm/examples/BrainF/BrainFDriver.cpp
+++ b/llvm/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/llvm/lib/IR/ConstantsContext.h b/llvm/lib/IR/ConstantsContext.h
index 8aae14aabff..f06509fb73a 100644
--- a/llvm/lib/IR/ConstantsContext.h
+++ b/llvm/lib/IR/ConstantsContext.h
@@ -24,6 +24,7 @@
#include "llvm/Support/ErrorHandling.h"
#include "llvm/Support/raw_ostream.h"
#include <map>
+#include <tuple>
#define DEBUG_TYPE "ir"
OpenPOWER on IntegriCloud