add explicit #includes of iostream
[oota-llvm.git] / tools / bugpoint / ExtractFunction.cpp
index 7f9005a19faebc59dbaba862e0ad41a0fda9b3b6..ff880129092db5b2ad601f560f8dadc246a5e838 100644 (file)
@@ -28,6 +28,7 @@
 #include "llvm/Support/Debug.h"
 #include "llvm/Support/FileUtilities.h"
 #include <set>
+#include <iostream>
 using namespace llvm;
 
 namespace llvm {