From 2664a866dbae457a08beee8c8f45f249802f2cc2 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. llvm-svn: 293485 --- clang/lib/CodeGen/ABIInfo.h | 1 + 1 file changed, 1 insertion(+) diff --git a/clang/lib/CodeGen/ABIInfo.h b/clang/lib/CodeGen/ABIInfo.h index ac31dfdaf3e4..c0be60ef53bc 100644 --- a/clang/lib/CodeGen/ABIInfo.h +++ b/clang/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"