Try to fix the msvc build.

llvm-svn: 207594
This commit is contained in:
Benjamin Kramer 2014-04-29 23:37:02 +00:00
parent 4f8fb8ff6c
commit bcec9153e8
2 changed files with 2 additions and 0 deletions

View 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"

View File

@ -24,6 +24,7 @@
#include "llvm/Support/ErrorHandling.h"
#include "llvm/Support/raw_ostream.h"
#include <map>
#include <tuple>
#define DEBUG_TYPE "ir"