summaryrefslogtreecommitdiff
path: root/tools/bugpoint/ExecutionDriver.cpp
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
commite31a9ccb9c7568e6f185f667b53c274c0be9e603 (patch)
tree875bee4421ef9db91e97ba5be518c1e77137f0c7 /tools/bugpoint/ExecutionDriver.cpp
parent86a5484079abc8a20f24066aaf3f5efcccebb673 (diff)
downloadllvm-e31a9ccb9c7568e6f185f667b53c274c0be9e603.tar.gz
llvm-e31a9ccb9c7568e6f185f667b53c274c0be9e603.tar.bz2
llvm-e31a9ccb9c7568e6f185f667b53c274c0be9e603.tar.xz
add explicit #includes of iostream
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@25510 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'tools/bugpoint/ExecutionDriver.cpp')
-rw-r--r--tools/bugpoint/ExecutionDriver.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/bugpoint/ExecutionDriver.cpp b/tools/bugpoint/ExecutionDriver.cpp
index 852b4891ad..79a8ef8360 100644
--- a/tools/bugpoint/ExecutionDriver.cpp
+++ b/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 {