From a036dbbac5950abc43bc1500a13954ea5e2b8f07 Mon Sep 17 00:00:00 2001 From: Zachary Turner Date: Wed, 19 Apr 2017 15:50:43 +0000 Subject: [PATCH] Add an #include for for CHAR_BIT. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@300711 91177308-0d34-0410-b5e6-96231b3b80d8 --- include/llvm/Support/MathExtras.h | 1 + 1 file changed, 1 insertion(+) 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 -- 2.50.1