Skip to content

Commit e011eb3

Browse files
committed
Merge pull request robbiehanson#134 from booleancandy/feature/GCDAsyncUdpSocket-includefix
Include GCDAsyncUdpSocket.h as the first order of business.
2 parents d8d6008 + 51410f3 commit e011eb3

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)