diff options
author | Matthias Braun <matze@braunis.de> | 2016-01-29 22:30:30 +0000 |
---|---|---|
committer | Matthias Braun <matze@braunis.de> | 2016-01-29 22:30:30 +0000 |
commit | d520d4ecd2660367897f11c99d02f3b5faec0a79 (patch) | |
tree | f565fceba2302b52942d66a1041a3e491d86d927 /llvm/lib/IR | |
parent | dd4ae7b522905bf1230cb3dd9b7b4f1e1c46b509 (diff) | |
download | bcm5719-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.h | 1 |
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 { |