1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-19 19:12:56 +02:00

Must #include assert.h

llvm-svn: 5267
This commit is contained in:
Chris Lattner 2003-01-14 21:29:52 +00:00
parent 7feefc7bb6
commit 247a13f8d7

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;