diff options
| author | Reid Spencer <rspencer@reidspencer.com> | 2004-07-04 12:20:55 +0000 |
|---|---|---|
| committer | Reid Spencer <rspencer@reidspencer.com> | 2004-07-04 12:20:55 +0000 |
| commit | f0ebb25d2b8a6a4e7d951871e308003d99c09476 (patch) | |
| tree | 38e6f64b3e0f1668c5237ca734598600f1f8218d /llvm/tools/lli/lli.cpp | |
| parent | eb04d9bcb4fd0007e5a2d0fa798f5e657dccb0d4 (diff) | |
| download | bcm5719-llvm-f0ebb25d2b8a6a4e7d951871e308003d99c09476.tar.gz bcm5719-llvm-f0ebb25d2b8a6a4e7d951871e308003d99c09476.zip | |
Add #include <iostream> since Value.h does not include it any more.
llvm-svn: 14623
Diffstat (limited to 'llvm/tools/lli/lli.cpp')
| -rw-r--r-- | llvm/tools/lli/lli.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/tools/lli/lli.cpp b/llvm/tools/lli/lli.cpp index a6e4c037bc3..6ee0ed609b4 100644 --- a/llvm/tools/lli/lli.cpp +++ b/llvm/tools/lli/lli.cpp @@ -21,6 +21,7 @@ #include "llvm/ExecutionEngine/GenericValue.h" #include "Support/CommandLine.h" #include "llvm/System/Signals.h" +#include <iostream> using namespace llvm; |

