projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
64317fc
)
Must #include assert.h
author
Chris Lattner
<sabre@nondot.org>
Tue, 14 Jan 2003 21:29:52 +0000
(21:29 +0000)
committer
Chris 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
patch
|
blob
|
history
diff --git
a/include/llvm/AbstractTypeUser.h
b/include/llvm/AbstractTypeUser.h
index 659c1b9b6170269794055fc597a5a75bd7621be8..272560ff2880795a419447a1c4846948116e0a6b 100644
(file)
--- 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 <assert.h>
class Type;
class DerivedType;