aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDan Gohman <gohman@apple.com>2009-05-02 21:03:21 +0000
committerDan Gohman <gohman@apple.com>2009-05-02 21:03:21 +0000
commit42da7f754235a85d2334760212cf69400c439dd2 (patch)
tree13b6bcaf331b3d8f6dca8d1abde6c532bcd2581c
parente66f6f15e6afe3d437ccdca93f2209b3d4158486 (diff)
Include <limits.h> to get the definition of CHAR_BIT.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@70643 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--include/llvm/Support/TypeBuilder.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/llvm/Support/TypeBuilder.h b/include/llvm/Support/TypeBuilder.h
index c8ffb938c6..5198c81739 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 <limits.h>
namespace llvm {