diff options
Diffstat (limited to 'lib/Support')
-rw-r--r-- | lib/Support/ConstantRange.cpp | 2 | ||||
-rw-r--r-- | lib/Support/LeakDetector.cpp | 1 |
2 files changed, 3 insertions, 0 deletions
diff --git a/lib/Support/ConstantRange.cpp b/lib/Support/ConstantRange.cpp index cb4be83bbd..580ca01ac3 100644 --- a/lib/Support/ConstantRange.cpp +++ b/lib/Support/ConstantRange.cpp @@ -25,6 +25,8 @@ #include "llvm/Constants.h" #include "llvm/Instruction.h" #include "llvm/Type.h" +#include <iostream> + using namespace llvm; static ConstantIntegral *Next(ConstantIntegral *CI) { diff --git a/lib/Support/LeakDetector.cpp b/lib/Support/LeakDetector.cpp index d4e829f1d9..919f7a9c21 100644 --- a/lib/Support/LeakDetector.cpp +++ b/lib/Support/LeakDetector.cpp @@ -13,6 +13,7 @@ #include "Support/LeakDetector.h" #include "llvm/Value.h" +#include <iostream> #include <set> using namespace llvm; |