commit | d520d4ecd2660367897f11c99d02f3b5faec0a79 | [log] [tgz] |
---|---|---|
author | Matthias Braun <matze@braunis.de> | Fri Jan 29 22:30:30 2016 +0000 |
committer | Matthias Braun <matze@braunis.de> | Fri Jan 29 22:30:30 2016 +0000 |
tree | f565fceba2302b52942d66a1041a3e491d86d927 | |
parent | dd4ae7b522905bf1230cb3dd9b7b4f1e1c46b509 [diff] [blame] |
Need #include <climit> for CHAR_BIT llvm-svn: 259254
diff --git a/llvm/lib/IR/AttributeImpl.h b/llvm/lib/IR/AttributeImpl.h index 3d295e6..baaf109 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 {