added include<iostream> for cerr
authorAnand Shukla <ashukla@cs.uiuc.edu>
Tue, 25 Jun 2002 21:12:25 +0000 (21:12 +0000)
committerAnand Shukla <ashukla@cs.uiuc.edu>
Tue, 25 Jun 2002 21:12:25 +0000 (21:12 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@2793 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Transforms/LevelRaise.cpp

index afc2ad5d7a670bcf0ad7b7acc15e421e8b751556..25ba40e5b881557566077cf1d6ff3dc42f721b92 100644 (file)
@@ -18,6 +18,7 @@
 #include "Support/STLExtras.h"
 #include "Support/StatisticReporter.h"
 #include <algorithm>
+#include <iostream>
 using std::cerr;
 
 static Statistic<> NumLoadStorePeepholes("raise\t\t- Number of load/store peepholes");