add a #include
authorChris Lattner <sabre@nondot.org>
Sat, 9 Jul 2011 17:00:38 +0000 (17:00 +0000)
committerChris Lattner <sabre@nondot.org>
Sat, 9 Jul 2011 17:00:38 +0000 (17:00 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@134822 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/Support/TypeBuilder.h

index ea63da00edcdb417dcd529a2aa27c26b993d7cc4..dbe7cfdf6e160ee55c38b1689f36695c3080c782 100644 (file)
@@ -18,6 +18,7 @@
 #include "llvm/DerivedTypes.h"
 #include "llvm/LLVMContext.h"
 #include <limits.h>
+#include <vector>
 
 namespace llvm {