diff options
author | Benjamin Kramer <benny.kra@googlemail.com> | 2014-04-29 23:37:02 +0000 |
---|---|---|
committer | Benjamin Kramer <benny.kra@googlemail.com> | 2014-04-29 23:37:02 +0000 |
commit | 749965781b19cb2054d93d39248e73a6ed264483 (patch) | |
tree | b49559392cb97683cc0db188a5d37f097799d86c /llvm/lib | |
parent | d59664f4f70fb52fdaaffe5c41bfe39af63f7ffc (diff) | |
download | bcm5719-llvm-749965781b19cb2054d93d39248e73a6ed264483.tar.gz bcm5719-llvm-749965781b19cb2054d93d39248e73a6ed264483.zip |
Try to fix the msvc build.
llvm-svn: 207594
Diffstat (limited to 'llvm/lib')
-rw-r--r-- | llvm/lib/IR/ConstantsContext.h | 1 |
1 files changed, 1 insertions, 0 deletions
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" |