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 | e2fac77ad355b732da347e51234f02579da62bb6 (patch) | |
tree | 09f75982de48b0b9528cfd214c33467b3efac64d /lib/VMCore/Module.cpp | |
parent | db8e515b43296b41b75c7d9f220027f2570de2b2 (diff) | |
download | external_llvm-e2fac77ad355b732da347e51234f02579da62bb6.zip external_llvm-e2fac77ad355b732da347e51234f02579da62bb6.tar.gz external_llvm-e2fac77ad355b732da347e51234f02579da62bb6.tar.bz2 |
- #include <iostream> since its not in Value.h any more.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@14617 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/VMCore/Module.cpp')
-rw-r--r-- | lib/VMCore/Module.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/VMCore/Module.cpp b/lib/VMCore/Module.cpp index 885a604..3f59995 100644 --- a/lib/VMCore/Module.cpp +++ b/lib/VMCore/Module.cpp @@ -20,6 +20,7 @@ #include "SymbolTableListTraitsImpl.h" #include <algorithm> #include <cstdarg> +#include <iostream> #include <map> using namespace llvm; |