Add an #include for <climits> for CHAR_BIT.

llvm-svn: 300711
This commit is contained in:
Zachary Turner 2017-04-19 15:50:43 +00:00
parent f19b0c7f6b
commit 2be153b240
1 changed files with 1 additions and 0 deletions

View File

@ -18,6 +18,7 @@
#include "llvm/Support/SwapByteOrder.h"
#include <algorithm>
#include <cassert>
#include <climits>
#include <cstring>
#include <type_traits>
#include <limits>