Add missing header change

llvm-svn: 146764
This commit is contained in:
Douglas Gregor 2011-12-16 22:40:58 +00:00
parent 812523570e
commit b6c9d56eb5
1 changed files with 2 additions and 1 deletions

View File

@ -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;