Include <limits.h> to get the definition of CHAR_BIT.
authorDan Gohman <gohman@apple.com>
Sat, 2 May 2009 21:03:21 +0000 (21:03 +0000)
committerDan Gohman <gohman@apple.com>
Sat, 2 May 2009 21:03:21 +0000 (21:03 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@70643 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/Support/TypeBuilder.h

index c8ffb938c60f5b24929fddefeb6d676f5374251b..5198c8173998893d1a6401185c62941509abd3f9 100644 (file)
@@ -16,6 +16,7 @@
 #define LLVM_SUPPORT_TYPEBUILDER_H
 
 #include "llvm/DerivedTypes.h"
+#include <limits.h>
 
 namespace llvm {