Skip to content

Commit 51410f3

Browse files
committed
Include GCDAsyncUdpSocket.h as the first order of business.
1 parent d8d6008 commit 51410f3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

GCD/GCDAsyncUdpSocket.m

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@
88
// https://github.com/robbiehanson/CocoaAsyncSocket
99
//
1010

11+
#import "GCDAsyncUdpSocket.h"
12+
1113
#if ! __has_feature(objc_arc)
1214
#warning This file must be compiled with ARC. Use -fobjc-arc flag (or convert project to ARC).
1315
// For more information see: https://github.com/robbiehanson/CocoaAsyncSocket/wiki/ARC
@@ -39,8 +41,6 @@
3941

4042
#endif
4143

42-
#import "GCDAsyncUdpSocket.h"
43-
4444
#if TARGET_OS_IPHONE
4545
#import <CFNetwork/CFNetwork.h>
4646
#import <UIKit/UIKit.h>

0 commit comments

Comments
 (0)