From 37f953f021c67e3b97f1ef38e1ef3cb08bd9d146 Mon Sep 17 00:00:00 2001 From: Douglas Gregor Date: Fri, 16 Dec 2011 22:40:58 +0000 Subject: [PATCH] Add missing header change git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@146764 91177308-0d34-0410-b5e6-96231b3b80d8 --- include/clang/AST/DeclObjC.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/include/clang/AST/DeclObjC.h b/include/clang/AST/DeclObjC.h index c13e1baa56..7a5a715eab 100644 --- a/include/clang/AST/DeclObjC.h +++ b/include/clang/AST/DeclObjC.h @@ -589,7 +589,8 @@ class ObjCInterfaceDecl : public ObjCContainerDecl }; ObjCInterfaceDecl(DeclContext *DC, SourceLocation atLoc, IdentifierInfo *Id, - SourceLocation CLoc, bool isInternal); + SourceLocation CLoc, ObjCInterfaceDecl *PrevDecl, + bool isInternal); void LoadExternalDefinition() const; -- 2.40.0