Parcourir la source

Try to fix the msvc build.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@207594 91177308-0d34-0410-b5e6-96231b3b80d8
Benjamin Kramer il y a 11 ans
Parent
commit
ba8848470e
2 fichiers modifiés avec 2 ajouts et 0 suppressions
  1. 1 0
      examples/BrainF/BrainFDriver.cpp
  2. 1 0
      lib/IR/ConstantsContext.h

+ 1 - 0
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"

+ 1 - 0
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"