From: Chris Lattner Date: Sat, 9 Jul 2011 17:00:38 +0000 (+0000) Subject: add a #include X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=c36ed70ec5c3c99f9559cfaa199373f60219a2be;p=oota-llvm.git add a #include git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@134822 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/include/llvm/Support/TypeBuilder.h b/include/llvm/Support/TypeBuilder.h index ea63da00edc..dbe7cfdf6e1 100644 --- a/include/llvm/Support/TypeBuilder.h +++ b/include/llvm/Support/TypeBuilder.h @@ -18,6 +18,7 @@ #include "llvm/DerivedTypes.h" #include "llvm/LLVMContext.h" #include +#include namespace llvm {