[llvm-commits] CVS: llvm/include/llvm/DerivedTypes.h

Chris Lattner lattner at cs.uiuc.edu
Wed Oct 15 17:11:05 PDT 2003


Changes in directory llvm/include/llvm:

DerivedTypes.h updated: 1.44 -> 1.45

---
Log message:

Vector is my friend, do you like vector?


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

Index: llvm/include/llvm/DerivedTypes.h
diff -u llvm/include/llvm/DerivedTypes.h:1.44 llvm/include/llvm/DerivedTypes.h:1.45
--- llvm/include/llvm/DerivedTypes.h:1.44	Thu Oct  9 15:35:09 2003
+++ llvm/include/llvm/DerivedTypes.h	Wed Oct 15 17:10:10 2003
@@ -12,6 +12,7 @@
 #define LLVM_DERIVED_TYPES_H
 
 #include "llvm/Type.h"
+#include <vector>
 
 template<class ValType, class TypeClass> class TypeMap;
 class FunctionValType;





More information about the llvm-commits mailing list