Need #include <climit> for CHAR_BIT

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@259254 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Matthias Braun 2016-01-29 22:30:30 +00:00
parent d127388ad8
commit 62c2e3cdee

View File

@ -20,6 +20,7 @@
#include "llvm/IR/Attributes.h"
#include "llvm/Support/TrailingObjects.h"
#include <string>
#include <climits>
namespace llvm {