[llvm-commits] CVS: llvm/include/llvm/Assembly/PrintModulePass.h
LLVM
llvm at cs.uiuc.edu
Sun Jul 4 05:59:01 PDT 2004
Changes in directory llvm/include/llvm/Assembly:
PrintModulePass.h updated: 1.15 -> 1.16
---
Log message:
Added #include <iostream> since this header is no longer picked up from
the Value.h header.
---
Diffs of the changes: (+1 -0)
Index: llvm/include/llvm/Assembly/PrintModulePass.h
diff -u llvm/include/llvm/Assembly/PrintModulePass.h:1.15 llvm/include/llvm/Assembly/PrintModulePass.h:1.16
--- llvm/include/llvm/Assembly/PrintModulePass.h:1.15 Tue Nov 11 16:41:31 2003
+++ llvm/include/llvm/Assembly/PrintModulePass.h Sun Jul 4 05:58:20 2004
@@ -20,6 +20,7 @@
#include "llvm/Pass.h"
#include "llvm/Module.h"
+#include <iostream>
namespace llvm {
More information about the llvm-commits
mailing list