aboutsummaryrefslogtreecommitdiffstats
path: root/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
commite2fac77ad355b732da347e51234f02579da62bb6 (patch)
tree09f75982de48b0b9528cfd214c33467b3efac64d /lib/VMCore/Module.cpp
parentdb8e515b43296b41b75c7d9f220027f2570de2b2 (diff)
downloadexternal_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.cpp1
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;