]> granicus.if.org Git - clang/commitdiff
We need the definition of NamedDecl in DeclContextInternals.h, since Clang is type...
authorDouglas Gregor <dgregor@apple.com>
Thu, 12 Nov 2009 22:12:17 +0000 (22:12 +0000)
committerDouglas Gregor <dgregor@apple.com>
Thu, 12 Nov 2009 22:12:17 +0000 (22:12 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@87037 91177308-0d34-0410-b5e6-96231b3b80d8

include/clang/AST/DeclContextInternals.h

index d9e40d4789073fa97e75fcc6a578a1f3d870e077..a9e3acc943e8c1cd27e9f82d587dfc9bf3584df1 100644 (file)
@@ -15,6 +15,7 @@
 #define LLVM_CLANG_AST_DECLCONTEXTINTERNALS_H
 
 #include "clang/AST/DeclBase.h"
+#include "clang/AST/Decl.h"
 #include "clang/AST/DeclarationName.h"
 #include "llvm/ADT/DenseMap.h"
 #include "llvm/ADT/PointerUnion.h"