Must #include assert.h

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@5267 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Chris Lattner 2003-01-14 21:29:52 +00:00
parent 64317fce27
commit 97ca95d1e7

View File

@ -21,6 +21,7 @@
#ifndef LLVM_ABSTRACT_TYPE_USER_H
#define LLVM_ABSTRACT_TYPE_USER_H
#include <assert.h>
class Type;
class DerivedType;