Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Core/XMPPLogging.h
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
* If you created your project with a previous version of Xcode, you may need to add the DEBUG macro manually.
**/

#import "CocoaLumberJack/DDLog.h"
@import CocoaLumberjack;

// Global flag to enable/disable logging throughout the entire xmpp framework.

Expand Down
3 changes: 2 additions & 1 deletion Core/XMPPStream.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@
#import "XMPPSASLAuthentication.h"
#import "XMPPCustomBinding.h"
#import "GCDMulticastDelegate.h"
#import "CocoaAsyncSocket/GCDAsyncSocket.h"

@import CocoaAsyncSocket;

#if TARGET_OS_IPHONE
#import "DDXML.h"
Expand Down