Add missing header files
gcc complains about missing interfaces without this.
This commit is contained in:
parent
39ffa3fc62
commit
45806a4f08
2 changed files with 2 additions and 0 deletions
|
@ -25,6 +25,7 @@
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#import "XMPPExceptions.h"
|
#import "XMPPExceptions.h"
|
||||||
|
#import "XMPPConnection.h"
|
||||||
|
|
||||||
@implementation XMPPException
|
@implementation XMPPException
|
||||||
+ exceptionWithClass: (Class)class_
|
+ exceptionWithClass: (Class)class_
|
||||||
|
|
|
@ -25,6 +25,7 @@
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#import "XMPPRosterItem.h"
|
#import "XMPPRosterItem.h"
|
||||||
|
#import "XMPPJID.h"
|
||||||
|
|
||||||
#import <ObjFW/macros.h>
|
#import <ObjFW/macros.h>
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue