Add a <tuple> include to more files that aren't getting it transitively on MSVC.
[oota-llvm.git] / lib / Transforms / Vectorize / LoopVectorize.cpp
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;