commit | 8baf8e270a0fd8a34d299c48ccc40cc93961de17 | [log] [tgz] |
---|---|---|
author | Reid Spencer <rspencer@reidspencer.com> | Sun Jul 04 11:55:37 2004 +0000 |
committer | Reid Spencer <rspencer@reidspencer.com> | Sun Jul 04 11:55:37 2004 +0000 |
tree | 3fe278b27efb1a744618dc037f867a91d30467f1 | |
parent | c107d6ff87e295bc13b709bb1737567e955e56d8 [diff] [blame] |
- #include <iostream> since its not in Value.h any more. llvm-svn: 14617
diff --git a/llvm/lib/VMCore/Module.cpp b/llvm/lib/VMCore/Module.cpp index 885a604..3f599958 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;