commit | 954da37bb492b519f5c31dc360f2a142567e08b4 | [log] [tgz] |
---|---|---|
author | Reid Spencer <rspencer@reidspencer.com> | Sun Jul 04 12:19:56 2004 +0000 |
committer | Reid Spencer <rspencer@reidspencer.com> | Sun Jul 04 12:19:56 2004 +0000 |
tree | 09912ebacd5f394d55b9ea5e929b12e0c185fa09 | |
parent | 8ce1da781ef6b5f927e07c51d71c738eeb4a8be3 [diff] [blame] |
Add #include <iostream> since Value.h does not #include it any more. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@14622 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/lib/ExecutionEngine/Interpreter/Interpreter.h b/lib/ExecutionEngine/Interpreter/Interpreter.h index 7757aae..99e417c 100644 --- a/lib/ExecutionEngine/Interpreter/Interpreter.h +++ b/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 {