forked from OSchip/llvm-project
Add an #include for <climits> for CHAR_BIT.
llvm-svn: 300711
This commit is contained in:
parent
f19b0c7f6b
commit
2be153b240
|
@ -18,6 +18,7 @@
|
|||
#include "llvm/Support/SwapByteOrder.h"
|
||||
#include <algorithm>
|
||||
#include <cassert>
|
||||
#include <climits>
|
||||
#include <cstring>
|
||||
#include <type_traits>
|
||||
#include <limits>
|
||||
|
|
Loading…
Reference in New Issue