summaryrefslogtreecommitdiffstats
path: root/llvm/lib/IR
diff options
context:
space:
mode:
authorMatthias Braun <matze@braunis.de>2016-01-29 22:30:30 +0000
committerMatthias Braun <matze@braunis.de>2016-01-29 22:30:30 +0000
commitd520d4ecd2660367897f11c99d02f3b5faec0a79 (patch)
treef565fceba2302b52942d66a1041a3e491d86d927 /llvm/lib/IR
parentdd4ae7b522905bf1230cb3dd9b7b4f1e1c46b509 (diff)
downloadbcm5719-llvm-d520d4ecd2660367897f11c99d02f3b5faec0a79.tar.gz
bcm5719-llvm-d520d4ecd2660367897f11c99d02f3b5faec0a79.zip
Need #include <climit> for CHAR_BIT
llvm-svn: 259254
Diffstat (limited to 'llvm/lib/IR')
-rw-r--r--llvm/lib/IR/AttributeImpl.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/lib/IR/AttributeImpl.h b/llvm/lib/IR/AttributeImpl.h
index 3d295e636cc..baaf1092e04 100644
--- a/llvm/lib/IR/AttributeImpl.h
+++ b/llvm/lib/IR/AttributeImpl.h
@@ -20,6 +20,7 @@
#include "llvm/IR/Attributes.h"
#include "llvm/Support/TrailingObjects.h"
#include <string>
+#include <climits>
namespace llvm {
OpenPOWER on IntegriCloud