]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - opencl/llvm.git/commitdiff
Try to fix the msvc build.
authorBenjamin Kramer <benny.kra@googlemail.com>
Tue, 29 Apr 2014 23:37:02 +0000 (23:37 +0000)
committerBenjamin Kramer <benny.kra@googlemail.com>
Tue, 29 Apr 2014 23:37:02 +0000 (23:37 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@207594 91177308-0d34-0410-b5e6-96231b3b80d8

examples/BrainF/BrainFDriver.cpp
lib/IR/ConstantsContext.h

index d726464a5276e0e765540295b2cf1a46c5c6940f..e2de6bc58d7b12e383f2f19a75b5175baeaa7904 100644 (file)
@@ -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"
index 8aae14aabff724c37cffc607dd8981dfccaec7e7..f06509fb73a504f8cc0292d4a1047c9a7c527717 100644 (file)
@@ -24,6 +24,7 @@
 #include "llvm/Support/ErrorHandling.h"
 #include "llvm/Support/raw_ostream.h"
 #include <map>
+#include <tuple>
 
 #define DEBUG_TYPE "ir"