diff options
author | Chris Lattner <sabre@nondot.org> | 2006-01-22 23:32:06 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2006-01-22 23:32:06 +0000 |
commit | dac58ad983c62b49629e1f2969f4e0a621167d63 (patch) | |
tree | a70a42491a28a21af3973ce421b68d25610fd40e /lib/Transforms/Scalar/LoopStrengthReduce.cpp | |
parent | 7238210e1fe2f5a950087f78465e0f7af22ccd69 (diff) |
Make iostream #inclusion explicit
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@25514 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Transforms/Scalar/LoopStrengthReduce.cpp')
-rw-r--r-- | lib/Transforms/Scalar/LoopStrengthReduce.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/Transforms/Scalar/LoopStrengthReduce.cpp b/lib/Transforms/Scalar/LoopStrengthReduce.cpp index ebd2bf055b..9c1b2343a2 100644 --- a/lib/Transforms/Scalar/LoopStrengthReduce.cpp +++ b/lib/Transforms/Scalar/LoopStrengthReduce.cpp @@ -32,6 +32,7 @@ #include "llvm/ADT/Statistic.h" #include "llvm/Support/Debug.h" #include <algorithm> +#include <iostream> #include <set> using namespace llvm; |