diff options
author | Reid Spencer <rspencer@reidspencer.com> | 2004-07-04 11:55:37 +0000 |
---|---|---|
committer | Reid Spencer <rspencer@reidspencer.com> | 2004-07-04 11:55:37 +0000 |
commit | 8baf8e270a0fd8a34d299c48ccc40cc93961de17 (patch) | |
tree | 3fe278b27efb1a744618dc037f867a91d30467f1 /llvm/lib/VMCore/Module.cpp | |
parent | c107d6ff87e295bc13b709bb1737567e955e56d8 (diff) | |
download | bcm5719-llvm-8baf8e270a0fd8a34d299c48ccc40cc93961de17.tar.gz bcm5719-llvm-8baf8e270a0fd8a34d299c48ccc40cc93961de17.zip |
- #include <iostream> since its not in Value.h any more.
llvm-svn: 14617
Diffstat (limited to 'llvm/lib/VMCore/Module.cpp')
-rw-r--r-- | llvm/lib/VMCore/Module.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/lib/VMCore/Module.cpp b/llvm/lib/VMCore/Module.cpp index 885a604abc1..3f599958985 100644 --- a/llvm/lib/VMCore/Module.cpp +++ b/llvm/lib/VMCore/Module.cpp @@ -20,6 +20,7 @@ #include "SymbolTableListTraitsImpl.h" #include <algorithm> #include <cstdarg> +#include <iostream> #include <map> using namespace llvm; |