We need iostream in PassManagerT.h to use cerr
[oota-llvm.git] / lib / VMCore / PassManagerT.h
index b4155e42a49b6061021e25e2629294fd47043c57..3f2dc76f5140bb5d567afd6055f9910aac69bbc5 100644 (file)
@@ -18,6 +18,7 @@
 #include "llvm/Pass.h"
 #include "Support/CommandLine.h"
 #include <algorithm>
+#include <iostream>
 class Annotable;
 
 //===----------------------------------------------------------------------===//