[llvm-commits] CVS: llvm/include/Support/STLExtras.h

Chris Lattner lattner at cs.uiuc.edu
Sun Oct 27 13:17:01 PST 2002


Changes in directory llvm/include/Support:

STLExtras.h updated: 1.4 -> 1.5

---
Log message:

Add neccesary #include


---
Diffs of the changes:

Index: llvm/include/Support/STLExtras.h
diff -u llvm/include/Support/STLExtras.h:1.4 llvm/include/Support/STLExtras.h:1.5
--- llvm/include/Support/STLExtras.h:1.4	Sun Oct 13 14:30:44 2002
+++ llvm/include/Support/STLExtras.h	Sun Oct 27 13:16:27 2002
@@ -11,6 +11,7 @@
 #define LLVM_SUPPORT_STL_EXTRAS_H
 
 #include <functional>
+#include "Support/iterator"
 
 //===----------------------------------------------------------------------===//
 //     Extra additions to <functional>





More information about the llvm-commits mailing list