[llvm-commits] [llvm] r134822 - /llvm/trunk/include/llvm/Support/TypeBuilder.h

Chris Lattner sabre at nondot.org
Sat Jul 9 10:00:38 PDT 2011


Author: lattner
Date: Sat Jul  9 12:00:38 2011
New Revision: 134822

URL: http://llvm.org/viewvc/llvm-project?rev=134822&view=rev
Log:
add a #include

Modified:
    llvm/trunk/include/llvm/Support/TypeBuilder.h

Modified: llvm/trunk/include/llvm/Support/TypeBuilder.h
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/include/llvm/Support/TypeBuilder.h?rev=134822&r1=134821&r2=134822&view=diff
==============================================================================
--- llvm/trunk/include/llvm/Support/TypeBuilder.h (original)
+++ llvm/trunk/include/llvm/Support/TypeBuilder.h Sat Jul  9 12:00:38 2011
@@ -18,6 +18,7 @@
 #include "llvm/DerivedTypes.h"
 #include "llvm/LLVMContext.h"
 #include <limits.h>
+#include <vector>
 
 namespace llvm {
 





More information about the llvm-commits mailing list