[llvm-commits] CVS: llvm/projects/Stacker/tools/stkrc/stkrc.cpp

LLVM llvm at cs.uiuc.edu
Sun Jul 4 07:24:59 PDT 2004


Changes in directory llvm/projects/Stacker/tools/stkrc:

stkrc.cpp updated: 1.2 -> 1.3

---
Log message:

Add #include <iostream> since Value.h doesn't include it any more.


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

Index: llvm/projects/Stacker/tools/stkrc/stkrc.cpp
diff -u llvm/projects/Stacker/tools/stkrc/stkrc.cpp:1.2 llvm/projects/Stacker/tools/stkrc/stkrc.cpp:1.3
--- llvm/projects/Stacker/tools/stkrc/stkrc.cpp:1.2	Thu May 27 00:37:32 2004
+++ llvm/projects/Stacker/tools/stkrc/stkrc.cpp	Sun Jul  4 07:22:14 2004
@@ -24,6 +24,7 @@
 #include "Support/CommandLine.h"
 #include "llvm/System/Signals.h"
 #include <fstream>
+#include <iostream>
 #include <memory>
 
 using namespace llvm;





More information about the llvm-commits mailing list