summaryrefslogtreecommitdiffstats
path: root/llvm/tools/bugpoint/ExtractFunction.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
commit03c032ce716ff1db2d8cb9fdba93a670b2b87785 (patch)
tree1489970ea27334a1492e83733e386ac8801b7ee6 /llvm/tools/bugpoint/ExtractFunction.cpp
parent469640e506ddb0a13aa2be7e6c04e58e9db671f1 (diff)
downloadbcm5719-llvm-03c032ce716ff1db2d8cb9fdba93a670b2b87785.tar.gz
bcm5719-llvm-03c032ce716ff1db2d8cb9fdba93a670b2b87785.zip
add explicit #includes of iostream
llvm-svn: 25510
Diffstat (limited to 'llvm/tools/bugpoint/ExtractFunction.cpp')
-rw-r--r--llvm/tools/bugpoint/ExtractFunction.cpp1
1 files changed, 1 insertions, 0 deletions
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