From: Douglas Gregor Date: Tue, 17 Nov 2009 05:21:59 +0000 (+0000) Subject: Add missing #include found by Clang X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=b91c7f67e85309fbd4cd5007c873e1d27b86e8bb;p=clang Add missing #include found by Clang git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@89043 91177308-0d34-0410-b5e6-96231b3b80d8 --- 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;