mirror of
https://github.com/RPCS3/llvm.git
synced 2024-12-13 14:47:00 +00:00
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:
parent
64317fce27
commit
97ca95d1e7
@ -21,6 +21,7 @@
|
||||
#ifndef LLVM_ABSTRACT_TYPE_USER_H
|
||||
#define LLVM_ABSTRACT_TYPE_USER_H
|
||||
|
||||
#include <assert.h>
|
||||
class Type;
|
||||
class DerivedType;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user