commit | dac58ad983c62b49629e1f2969f4e0a621167d63 | [log] [tgz] |
---|---|---|
author | Chris Lattner <sabre@nondot.org> | Sun Jan 22 23:32:06 2006 +0000 |
committer | Chris Lattner <sabre@nondot.org> | Sun Jan 22 23:32:06 2006 +0000 |
tree | a70a42491a28a21af3973ce421b68d25610fd40e | |
parent | 7238210e1fe2f5a950087f78465e0f7af22ccd69 [diff] [blame] |
Make iostream #inclusion explicit git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@25514 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/lib/Transforms/LevelRaise.cpp b/lib/Transforms/LevelRaise.cpp index d360468..943000c 100644 --- a/lib/Transforms/LevelRaise.cpp +++ b/lib/Transforms/LevelRaise.cpp
@@ -24,6 +24,7 @@ #include "llvm/ADT/Statistic.h" #include "llvm/ADT/STLExtras.h" #include <algorithm> +#include <iostream> using namespace llvm; // StartInst - This enables the -raise-start-inst=foo option to cause the level