diff options
author | Douglas Gregor <dgregor@apple.com> | 2009-11-17 05:21:59 +0000 |
---|---|---|
committer | Douglas Gregor <dgregor@apple.com> | 2009-11-17 05:21:59 +0000 |
commit | b91c7f67e85309fbd4cd5007c873e1d27b86e8bb (patch) | |
tree | 2c350573d816898bbeed63a85d4002b9e822dcb7 | |
parent | 03c5705a99a96a471b2868898ee9688a6721e02a (diff) |
Add missing #include found by Clang
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@89043 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | include/clang/AST/RecordLayout.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/clang/AST/RecordLayout.h b/include/clang/AST/RecordLayout.h index e56a1c0ae5..9b1c640a40 100644 --- a/include/clang/AST/RecordLayout.h +++ b/include/clang/AST/RecordLayout.h @@ -16,6 +16,7 @@ #include "llvm/System/DataTypes.h" #include "llvm/ADT/DenseMap.h" +#include "clang/AST/DeclCXX.h" namespace clang { class ASTContext; |