From 072d0bb2474f6bcdc3ab8542f536588ae89d2cfa Mon Sep 17 00:00:00 2001 From: Daniel Dunbar Date: Tue, 30 Mar 2010 22:26:10 +0000 Subject: IRgen: Move CGRecordLayout to its own happy little file. llvm-svn: 99945 --- clang/lib/CodeGen/CGExprConstant.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'clang/lib/CodeGen/CGExprConstant.cpp') diff --git a/clang/lib/CodeGen/CGExprConstant.cpp b/clang/lib/CodeGen/CGExprConstant.cpp index 66b2c086c26..c86c6aa2d65 100644 --- a/clang/lib/CodeGen/CGExprConstant.cpp +++ b/clang/lib/CodeGen/CGExprConstant.cpp @@ -14,6 +14,7 @@ #include "CodeGenFunction.h" #include "CodeGenModule.h" #include "CGObjCRuntime.h" +#include "CGRecordLayout.h" #include "clang/AST/APValue.h" #include "clang/AST/ASTContext.h" #include "clang/AST/RecordLayout.h" -- cgit v1.2.3