diff options
author | Reid Spencer <rspencer@reidspencer.com> | 2004-07-04 11:01:27 +0000 |
---|---|---|
committer | Reid Spencer <rspencer@reidspencer.com> | 2004-07-04 11:01:27 +0000 |
commit | 646f829e338698cdac5ada3be702b7a6c763eb99 (patch) | |
tree | 192c13c4725a0b7b8673a1d88d4fc80f033cd066 /llvm/lib/Bytecode/Reader/ArchiveReader.cpp | |
parent | 6eecc40b2d1a6772fe1153712511f4449933b340 (diff) | |
download | bcm5719-llvm-646f829e338698cdac5ada3be702b7a6c763eb99.tar.gz bcm5719-llvm-646f829e338698cdac5ada3be702b7a6c763eb99.zip |
Add #include <iostream> which is needed now that Value.h doesn't include it
llvm-svn: 14600
Diffstat (limited to 'llvm/lib/Bytecode/Reader/ArchiveReader.cpp')
-rw-r--r-- | llvm/lib/Bytecode/Reader/ArchiveReader.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/lib/Bytecode/Reader/ArchiveReader.cpp b/llvm/lib/Bytecode/Reader/ArchiveReader.cpp index 1e2d2b47131..1d8530fc785 100644 --- a/llvm/lib/Bytecode/Reader/ArchiveReader.cpp +++ b/llvm/lib/Bytecode/Reader/ArchiveReader.cpp @@ -20,6 +20,7 @@ #include "llvm/Module.h" #include "Support/FileUtilities.h" #include <cstdlib> +#include <iostream> using namespace llvm; namespace { |