From: Douglas Gregor Date: Thu, 12 Nov 2009 22:12:17 +0000 (+0000) Subject: We need the definition of NamedDecl in DeclContextInternals.h, since Clang is type... X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=c0213f2691aed7c3f8f252e073b0b3913ee1c33c;p=clang We need the definition of NamedDecl in DeclContextInternals.h, since Clang is type-checking the template definition more thoroughly git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@87037 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/include/clang/AST/DeclContextInternals.h b/include/clang/AST/DeclContextInternals.h index d9e40d4789..a9e3acc943 100644 --- a/include/clang/AST/DeclContextInternals.h +++ b/include/clang/AST/DeclContextInternals.h @@ -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"