Add missing import

This commit is contained in:
Florian Zeitz 2012-02-03 16:00:33 +01:00
parent a9f8c084c4
commit ed82ae1799

View file

@ -49,6 +49,7 @@
#import "XMPPPresence.h" #import "XMPPPresence.h"
#import "XMPPMulticastDelegate.h" #import "XMPPMulticastDelegate.h"
#import "XMPPExceptions.h" #import "XMPPExceptions.h"
#import "XMPPXMLElementBuilder.h"
#import "namespaces.h" #import "namespaces.h"
@implementation XMPPConnection @implementation XMPPConnection