[llvm-commits] CVS: llvm/tools/bugpoint/ListReducer.h

Chris Lattner lattner at cs.uiuc.edu
Sat Nov 29 14:05:01 PST 2003


Changes in directory llvm/tools/bugpoint:

ListReducer.h updated: 1.8 -> 1.9

---
Log message:

be 3.4 happy


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

Index: llvm/tools/bugpoint/ListReducer.h
diff -u llvm/tools/bugpoint/ListReducer.h:1.8 llvm/tools/bugpoint/ListReducer.h:1.9
--- llvm/tools/bugpoint/ListReducer.h:1.8	Tue Nov 11 16:41:34 2003
+++ llvm/tools/bugpoint/ListReducer.h	Sat Nov 29 14:04:13 2003
@@ -16,6 +16,7 @@
 #define BUGPOINT_LIST_REDUCER_H
 
 #include <vector>
+#include <iostream>
 
 namespace llvm {
 





More information about the llvm-commits mailing list