]> granicus.if.org Git - clang/commitdiff
Add missing #include found by Clang
authorDouglas Gregor <dgregor@apple.com>
Tue, 17 Nov 2009 05:21:59 +0000 (05:21 +0000)
committerDouglas Gregor <dgregor@apple.com>
Tue, 17 Nov 2009 05:21:59 +0000 (05:21 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@89043 91177308-0d34-0410-b5e6-96231b3b80d8

include/clang/AST/RecordLayout.h

index e56a1c0ae55e70b0e8ca44471454edc90124757b..9b1c640a40b244321ced0f503698d37f5879b700 100644 (file)
@@ -16,6 +16,7 @@
 
 #include "llvm/System/DataTypes.h"
 #include "llvm/ADT/DenseMap.h"
+#include "clang/AST/DeclCXX.h"
 
 namespace clang {
   class ASTContext;