summaryrefslogtreecommitdiff
path: root/tools/bugpoint/bugpoint.cpp
diff options
context:
space:
mode:
authorBill Wendling <isanbard@gmail.com>2006-11-17 10:09:22 +0000
committerBill Wendling <isanbard@gmail.com>2006-11-17 10:09:22 +0000
commita089d4430d8c5ddeec02ad3e0329c3110ef110ad (patch)
tree40c037a1dea6e11776e6e3acc78373e50ae29ba6 /tools/bugpoint/bugpoint.cpp
parent31bf2b4979d82a45eca5b37efd3db601304e51e7 (diff)
downloadllvm-a089d4430d8c5ddeec02ad3e0329c3110ef110ad.tar.gz
llvm-a089d4430d8c5ddeec02ad3e0329c3110ef110ad.tar.bz2
llvm-a089d4430d8c5ddeec02ad3e0329c3110ef110ad.tar.xz
Need <iostream> for the time being.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@31821 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'tools/bugpoint/bugpoint.cpp')
-rw-r--r--tools/bugpoint/bugpoint.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/bugpoint/bugpoint.cpp b/tools/bugpoint/bugpoint.cpp
index 97ff5f701f..57d8e60b1f 100644
--- a/tools/bugpoint/bugpoint.cpp
+++ b/tools/bugpoint/bugpoint.cpp
@@ -22,6 +22,7 @@
#include "llvm/System/Process.h"
#include "llvm/System/Signals.h"
#include "llvm/LinkAllVMCore.h"
+#include <iostream>
using namespace llvm;
// AsChild - Specifies that this invocation of bugpoint is being generated