From b6c9d56eb5d35e54e2e4d91463845b6ba9ebeac3 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 llvm-svn: 146764 --- clang/include/clang/AST/DeclObjC.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/clang/include/clang/AST/DeclObjC.h b/clang/include/clang/AST/DeclObjC.h index c13e1baa56bf..7a5a715eab6d 100644 --- a/clang/include/clang/AST/DeclObjC.h +++ b/clang/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;