Repace SmallPtrSet with SmallPtrSetImpl in function arguments to avoid needing to...
[oota-llvm.git] / lib / Transforms / Scalar / ConstantHoisting.cpp
index 7c3a260947727d0f5242a5dcfb3135409c7bba33..763d02b9fcd64d70b866171482facbee9497445a 100644 (file)
@@ -43,6 +43,7 @@
 #include "llvm/IR/IntrinsicInst.h"
 #include "llvm/Pass.h"
 #include "llvm/Support/Debug.h"
+#include <tuple>
 
 using namespace llvm;