summaryrefslogtreecommitdiffstats
path: root/llvm/lib/VMCore/Module.cpp
diff options
context:
space:
mode:
authorReid Spencer <rspencer@reidspencer.com>2004-07-04 11:55:37 +0000
committerReid Spencer <rspencer@reidspencer.com>2004-07-04 11:55:37 +0000
commit8baf8e270a0fd8a34d299c48ccc40cc93961de17 (patch)
tree3fe278b27efb1a744618dc037f867a91d30467f1 /llvm/lib/VMCore/Module.cpp
parentc107d6ff87e295bc13b709bb1737567e955e56d8 (diff)
downloadbcm5719-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.cpp1
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;
OpenPOWER on IntegriCloud