From: Chris Lattner Date: Wed, 15 Oct 2003 22:10:10 +0000 (+0000) Subject: Vector is my friend, do you like vector? X-Git-Url: http://plrg.eecs.uci.edu/git/?p=oota-llvm.git;a=commitdiff_plain;h=ed60e1c939b81d2d5d26968555c6f3e72a9a836b Vector is my friend, do you like vector? git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@9147 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/include/llvm/DerivedTypes.h b/include/llvm/DerivedTypes.h index e0ccffd5fb7..03b459b2dbe 100644 --- a/include/llvm/DerivedTypes.h +++ b/include/llvm/DerivedTypes.h @@ -12,6 +12,7 @@ #define LLVM_DERIVED_TYPES_H #include "llvm/Type.h" +#include template class TypeMap; class FunctionValType;