Must #include assert.h
authorChris Lattner <sabre@nondot.org>
Tue, 14 Jan 2003 21:29:52 +0000 (21:29 +0000)
committerChris Lattner <sabre@nondot.org>
Tue, 14 Jan 2003 21:29:52 +0000 (21:29 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@5267 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/AbstractTypeUser.h

index 659c1b9b6170269794055fc597a5a75bd7621be8..272560ff2880795a419447a1c4846948116e0a6b 100644 (file)
@@ -21,6 +21,7 @@
 #ifndef LLVM_ABSTRACT_TYPE_USER_H
 #define LLVM_ABSTRACT_TYPE_USER_H
 
+#include <assert.h>
 class Type;
 class DerivedType;