add explicit #includes of iostream
[oota-llvm.git] / tools / bugpoint / ExecutionDriver.cpp
index 852b4891adb4cae3962afe7e0292225f5f021912..79a8ef8360fc4643f49e8551a7cc24308f72247d 100644 (file)
@@ -19,6 +19,7 @@
 #include "llvm/Support/FileUtilities.h"
 #include "llvm/Support/SystemUtils.h"
 #include <fstream>
+#include <iostream>
 using namespace llvm;
 
 namespace {