summaryrefslogtreecommitdiffstats
path: root/llvm/lib/ExecutionEngine/Interpreter/Interpreter.h
diff options
context:
space:
mode:
authorReid Spencer <rspencer@reidspencer.com>2004-07-04 12:19:56 +0000
committerReid Spencer <rspencer@reidspencer.com>2004-07-04 12:19:56 +0000
commiteb04d9bcb4fd0007e5a2d0fa798f5e657dccb0d4 (patch)
tree93569d40cd7ac864ea31ab9913738240dc460a95 /llvm/lib/ExecutionEngine/Interpreter/Interpreter.h
parent832fa92ab6d58c17801a7a750b53f1099b0542c8 (diff)
downloadbcm5719-llvm-eb04d9bcb4fd0007e5a2d0fa798f5e657dccb0d4.tar.gz
bcm5719-llvm-eb04d9bcb4fd0007e5a2d0fa798f5e657dccb0d4.zip
Add #include <iostream> since Value.h does not #include it any more.
llvm-svn: 14622
Diffstat (limited to 'llvm/lib/ExecutionEngine/Interpreter/Interpreter.h')
-rw-r--r--llvm/lib/ExecutionEngine/Interpreter/Interpreter.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/lib/ExecutionEngine/Interpreter/Interpreter.h b/llvm/lib/ExecutionEngine/Interpreter/Interpreter.h
index 7757aae8613..99e417c4a84 100644
--- a/llvm/lib/ExecutionEngine/Interpreter/Interpreter.h
+++ b/llvm/lib/ExecutionEngine/Interpreter/Interpreter.h
@@ -21,6 +21,7 @@
#include "llvm/Support/CallSite.h"
#include "llvm/Target/TargetData.h"
#include "Support/DataTypes.h"
+#include <iostream>
namespace llvm {
OpenPOWER on IntegriCloud