diff options
Diffstat (limited to 'lib/Analysis/LoopInfo.cpp')
-rw-r--r-- | lib/Analysis/LoopInfo.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/Analysis/LoopInfo.cpp b/lib/Analysis/LoopInfo.cpp index 8619984f3d..131d02a32b 100644 --- a/lib/Analysis/LoopInfo.cpp +++ b/lib/Analysis/LoopInfo.cpp @@ -22,6 +22,8 @@ #include "llvm/Support/CFG.h" #include "Support/DepthFirstIterator.h" #include <algorithm> +#include <iostream> + using namespace llvm; static RegisterAnalysis<LoopInfo> |