- #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;