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/Value.cpp b/llvm/lib/VMCore/Value.cpp index f8dd186..01c7b3f 100644 --- a/llvm/lib/VMCore/Value.cpp +++ b/llvm/lib/VMCore/Value.cpp
@@ -17,6 +17,7 @@ #include "llvm/Constant.h" #include "Support/LeakDetector.h" #include <algorithm> +#include <iostream> using namespace llvm; //===----------------------------------------------------------------------===//