Vector is my friend, do you like vector?
authorChris Lattner <sabre@nondot.org>
Wed, 15 Oct 2003 22:10:10 +0000 (22:10 +0000)
committerChris 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

index e0ccffd5fb7e9371e01d48b437a86e5a0b3bab8b..03b459b2dbe87b98794c06bbe90ff8d4275ef51b 100644 (file)
@@ -12,6 +12,7 @@
 #define LLVM_DERIVED_TYPES_H
 
 #include "llvm/Type.h"
+#include <vector>
 
 template<class ValType, class TypeClass> class TypeMap;
 class FunctionValType;