From 8f2da38bd960f0921072a1d1681ca5c683d979de Mon Sep 17 00:00:00 2001 From: Benjamin Kramer Date: Mon, 30 Jan 2017 15:39:18 +0000 Subject: [PATCH] [IRGen] Make header standalone. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@293485 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/CodeGen/ABIInfo.h | 1 + 1 file changed, 1 insertion(+) 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" -- 2.40.0