Add a <tuple> include to more files that aren't getting it transitively on MSVC.
authorBenjamin Kramer <benny.kra@googlemail.com>
Wed, 30 Apr 2014 07:21:01 +0000 (07:21 +0000)
committerBenjamin Kramer <benny.kra@googlemail.com>
Wed, 30 Apr 2014 07:21:01 +0000 (07:21 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@207617 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Transforms/IPO/DeadArgumentElimination.cpp
lib/Transforms/Vectorize/LoopVectorize.cpp

index d0a42664a6acee49b34bb76f39eeda0b3d6eb3c0..284b896407d901d805bc3553cb6e8099e36bf1a2 100644 (file)
@@ -37,6 +37,7 @@
 #include "llvm/Support/raw_ostream.h"
 #include <map>
 #include <set>
+#include <tuple>
 using namespace llvm;
 
 #define DEBUG_TYPE "deadargelim"
index af0e686a521667444702b3d618f3cd1117773afa..7e8a1b7d3d1fc503772875eea15a0f301606a052 100644 (file)
@@ -92,6 +92,7 @@
 #include "llvm/Transforms/Utils/VectorUtils.h"
 #include <algorithm>
 #include <map>
+#include <tuple>
 
 using namespace llvm;
 using namespace llvm::PatternMatch;