summaryrefslogtreecommitdiffstats
path: root/llvm
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2006-01-22 22:53:40 +0000
committerChris Lattner <sabre@nondot.org>2006-01-22 22:53:40 +0000
commit03c032ce716ff1db2d8cb9fdba93a670b2b87785 (patch)
tree1489970ea27334a1492e83733e386ac8801b7ee6 /llvm
parent469640e506ddb0a13aa2be7e6c04e58e9db671f1 (diff)
downloadbcm5719-llvm-03c032ce716ff1db2d8cb9fdba93a670b2b87785.tar.gz
bcm5719-llvm-03c032ce716ff1db2d8cb9fdba93a670b2b87785.zip
add explicit #includes of iostream
llvm-svn: 25510
Diffstat (limited to 'llvm')
-rw-r--r--llvm/tools/bugpoint/ExecutionDriver.cpp1
-rw-r--r--llvm/tools/bugpoint/ExtractFunction.cpp1
2 files changed, 2 insertions, 0 deletions
diff --git a/llvm/tools/bugpoint/ExecutionDriver.cpp b/llvm/tools/bugpoint/ExecutionDriver.cpp
index 852b4891adb..79a8ef8360f 100644
--- a/llvm/tools/bugpoint/ExecutionDriver.cpp
+++ b/llvm/tools/bugpoint/ExecutionDriver.cpp
@@ -19,6 +19,7 @@
#include "llvm/Support/FileUtilities.h"
#include "llvm/Support/SystemUtils.h"
#include <fstream>
+#include <iostream>
using namespace llvm;
namespace {
diff --git a/llvm/tools/bugpoint/ExtractFunction.cpp b/llvm/tools/bugpoint/ExtractFunction.cpp
index 7f9005a19fa..ff880129092 100644
--- a/llvm/tools/bugpoint/ExtractFunction.cpp
+++ b/llvm/tools/bugpoint/ExtractFunction.cpp
@@ -28,6 +28,7 @@
#include "llvm/Support/Debug.h"
#include "llvm/Support/FileUtilities.h"
#include <set>
+#include <iostream>
using namespace llvm;
namespace llvm {
OpenPOWER on IntegriCloud