diff options
author | Douglas Gregor <dgregor@apple.com> | 2009-11-12 22:12:17 +0000 |
---|---|---|
committer | Douglas Gregor <dgregor@apple.com> | 2009-11-12 22:12:17 +0000 |
commit | c0213f2691aed7c3f8f252e073b0b3913ee1c33c (patch) | |
tree | 139dc570387b6b8902e48d84b8556094a4a8422c | |
parent | 9840c70c34fbe3c8c7ca8b3950447bade915139a (diff) |
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
-rw-r--r-- | include/clang/AST/DeclContextInternals.h | 1 |
1 files changed, 1 insertions, 0 deletions
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" |