add explicit #includes of iostream
authorChris Lattner <sabre@nondot.org>
Sun, 22 Jan 2006 22:53:40 +0000 (22:53 +0000)
committerChris Lattner <sabre@nondot.org>
Sun, 22 Jan 2006 22:53:40 +0000 (22:53 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@25510 91177308-0d34-0410-b5e6-96231b3b80d8

tools/bugpoint/ExecutionDriver.cpp
tools/bugpoint/ExtractFunction.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 {
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 {