From: Benjamin Kramer Date: Mon, 30 Jan 2017 15:39:18 +0000 (+0000) Subject: [IRGen] Make header standalone. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=8f2da38bd960f0921072a1d1681ca5c683d979de;p=clang [IRGen] Make header standalone. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@293485 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/CodeGen/ABIInfo.h b/lib/CodeGen/ABIInfo.h index ac31dfdaf3..c0be60ef53 100644 --- a/lib/CodeGen/ABIInfo.h +++ b/lib/CodeGen/ABIInfo.h @@ -10,6 +10,7 @@ #ifndef LLVM_CLANG_LIB_CODEGEN_ABIINFO_H #define LLVM_CLANG_LIB_CODEGEN_ABIINFO_H +#include "clang/AST/CharUnits.h" #include "clang/AST/Type.h" #include "llvm/IR/CallingConv.h" #include "llvm/IR/Type.h"