commit | 63f1ad9bb3a6330182b1d2e6477e316ce499ccd5 | [log] [tgz] |
---|---|---|
author | Anders Carlsson <andersca@mac.com> | Sat Jul 18 19:43:29 2009 +0000 |
committer | Anders Carlsson <andersca@mac.com> | Sat Jul 18 19:43:29 2009 +0000 |
tree | d2fdb0f371ccd68951b147486b0cb1e6653be620 | |
parent | 202442314830f83b88ad116ad417557f1d85385c [diff] [blame] |
Revert r75641. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@76327 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/lib/CodeGen/CGExprScalar.cpp b/lib/CodeGen/CGExprScalar.cpp index 129b4c7..c1b2da0 100644 --- a/lib/CodeGen/CGExprScalar.cpp +++ b/lib/CodeGen/CGExprScalar.cpp
@@ -15,6 +15,7 @@ #include "CodeGenModule.h" #include "clang/AST/ASTContext.h" #include "clang/AST/DeclObjC.h" +#include "clang/AST/RecordLayout.h" #include "clang/AST/StmtVisitor.h" #include "clang/Basic/TargetInfo.h" #include "llvm/Constants.h"