From d520d4ecd2660367897f11c99d02f3b5faec0a79 Mon Sep 17 00:00:00 2001 From: Matthias Braun Date: Fri, 29 Jan 2016 22:30:30 +0000 Subject: [PATCH] Need #include for CHAR_BIT llvm-svn: 259254 --- llvm/lib/IR/AttributeImpl.h | 1 + 1 file changed, 1 insertion(+) diff --git a/llvm/lib/IR/AttributeImpl.h b/llvm/lib/IR/AttributeImpl.h index 3d295e6..baaf109 100644 --- a/llvm/lib/IR/AttributeImpl.h +++ b/llvm/lib/IR/AttributeImpl.h @@ -20,6 +20,7 @@ #include "llvm/IR/Attributes.h" #include "llvm/Support/TrailingObjects.h" #include +#include namespace llvm { -- 2.7.4