From: Dan Gohman Date: Sat, 2 May 2009 21:03:21 +0000 (+0000) Subject: Include to get the definition of CHAR_BIT. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=42da7f754235a85d2334760212cf69400c439dd2;p=oota-llvm.git Include to get the definition of CHAR_BIT. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@70643 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/include/llvm/Support/TypeBuilder.h b/include/llvm/Support/TypeBuilder.h index c8ffb938c60..5198c817399 100644 --- a/include/llvm/Support/TypeBuilder.h +++ b/include/llvm/Support/TypeBuilder.h @@ -16,6 +16,7 @@ #define LLVM_SUPPORT_TYPEBUILDER_H #include "llvm/DerivedTypes.h" +#include namespace llvm {