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:
978e2cb
)
Vector is my friend, do you like vector?
author
Chris Lattner
<sabre@nondot.org>
Wed, 15 Oct 2003 22:10:10 +0000
(22:10 +0000)
committer
Chris Lattner
<sabre@nondot.org>
Wed, 15 Oct 2003 22:10:10 +0000
(22:10 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@9147
91177308
-0d34-0410-b5e6-
96231b3b80d8
include/llvm/DerivedTypes.h
patch
|
blob
|
history
diff --git
a/include/llvm/DerivedTypes.h
b/include/llvm/DerivedTypes.h
index e0ccffd5fb7e9371e01d48b437a86e5a0b3bab8b..03b459b2dbe87b98794c06bbe90ff8d4275ef51b 100644
(file)
--- a/
include/llvm/DerivedTypes.h
+++ b/
include/llvm/DerivedTypes.h
@@
-12,6
+12,7
@@
#define LLVM_DERIVED_TYPES_H
#include "llvm/Type.h"
+#include <vector>
template<class ValType, class TypeClass> class TypeMap;
class FunctionValType;