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

Chris Lattner lattner at cs.uiuc.edu
Tue Jan 14 15:31:02 PST 2003


Changes in directory llvm/include/llvm:

AbstractTypeUser.h updated: 1.5 -> 1.6

---
Log message:

Must #include assert.h


---
Diffs of the changes:

Index: llvm/include/llvm/AbstractTypeUser.h
diff -u llvm/include/llvm/AbstractTypeUser.h:1.5 llvm/include/llvm/AbstractTypeUser.h:1.6
--- llvm/include/llvm/AbstractTypeUser.h:1.5	Thu Apr  4 16:16:59 2002
+++ llvm/include/llvm/AbstractTypeUser.h	Tue Jan 14 15:29:52 2003
@@ -21,6 +21,7 @@
 #ifndef LLVM_ABSTRACT_TYPE_USER_H
 #define LLVM_ABSTRACT_TYPE_USER_H
 
+#include <assert.h>
 class Type;
 class DerivedType;
 





More information about the llvm-commits mailing list