From: Chris Lattner Date: Tue, 14 Jan 2003 21:29:52 +0000 (+0000) Subject: Must #include assert.h X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=97ca95d1e7a30d4d178b37881b44ba4039182bde;p=oota-llvm.git Must #include assert.h git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@5267 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/include/llvm/AbstractTypeUser.h b/include/llvm/AbstractTypeUser.h index 659c1b9b617..272560ff288 100644 --- a/include/llvm/AbstractTypeUser.h +++ b/include/llvm/AbstractTypeUser.h @@ -21,6 +21,7 @@ #ifndef LLVM_ABSTRACT_TYPE_USER_H #define LLVM_ABSTRACT_TYPE_USER_H +#include class Type; class DerivedType;