From 45806a4f08d99d410a036bc126c40f0f4a52d475 Mon Sep 17 00:00:00 2001 From: Florian Zeitz Date: Sat, 2 Jun 2012 00:16:56 +0200 Subject: [PATCH] Add missing header files gcc complains about missing interfaces without this. --- src/XMPPExceptions.m | 1 + src/XMPPRosterItem.m | 1 + 2 files changed, 2 insertions(+) diff --git a/src/XMPPExceptions.m b/src/XMPPExceptions.m index 74c7cf2..252b2bf 100644 --- a/src/XMPPExceptions.m +++ b/src/XMPPExceptions.m @@ -25,6 +25,7 @@ #endif #import "XMPPExceptions.h" +#import "XMPPConnection.h" @implementation XMPPException + exceptionWithClass: (Class)class_ diff --git a/src/XMPPRosterItem.m b/src/XMPPRosterItem.m index 4bbbdc6..e8548ea 100644 --- a/src/XMPPRosterItem.m +++ b/src/XMPPRosterItem.m @@ -25,6 +25,7 @@ #endif #import "XMPPRosterItem.h" +#import "XMPPJID.h" #import