[llvm-commits] CVS: llvm/lib/Bytecode/Reader/ArchiveReader.cpp

LLVM llvm at cs.uiuc.edu
Sun Jul 4 06:02:09 PDT 2004


Changes in directory llvm/lib/Bytecode/Reader:

ArchiveReader.cpp updated: 1.17 -> 1.18

---
Log message:

Add #include <iostream> which is needed now that Value.h doesn't include it


---
Diffs of the changes:  (+1 -0)

Index: llvm/lib/Bytecode/Reader/ArchiveReader.cpp
diff -u llvm/lib/Bytecode/Reader/ArchiveReader.cpp:1.17 llvm/lib/Bytecode/Reader/ArchiveReader.cpp:1.18
--- llvm/lib/Bytecode/Reader/ArchiveReader.cpp:1.17	Thu May 27 19:24:41 2004
+++ llvm/lib/Bytecode/Reader/ArchiveReader.cpp	Sun Jul  4 06:01:27 2004
@@ -20,6 +20,7 @@
 #include "llvm/Module.h"
 #include "Support/FileUtilities.h"
 #include <cstdlib>
+#include <iostream>
 using namespace llvm;
 
 namespace {





More information about the llvm-commits mailing list