From: Zachary Turner Date: Wed, 19 Apr 2017 15:50:43 +0000 (+0000) Subject: Add an #include for for CHAR_BIT. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a036dbbac5950abc43bc1500a13954ea5e2b8f07;p=llvm Add an #include for for CHAR_BIT. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@300711 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/include/llvm/Support/MathExtras.h b/include/llvm/Support/MathExtras.h index e389a7e3b95..b5b605f1893 100644 --- a/include/llvm/Support/MathExtras.h +++ b/include/llvm/Support/MathExtras.h @@ -18,6 +18,7 @@ #include "llvm/Support/SwapByteOrder.h" #include #include +#include #include #include #include