Skip to content

Commit

Permalink
Merge pull request #134 from booleancandy/feature/GCDAsyncUdpSocket-i…
Browse files Browse the repository at this point in the history
…ncludefix

Include GCDAsyncUdpSocket.h as the first order of business.
  • Loading branch information
robbiehanson committed Mar 24, 2013
2 parents d8d6008 + 51410f3 commit e011eb3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions GCD/GCDAsyncUdpSocket.m
Expand Up @@ -8,6 +8,8 @@
// https://github.com/robbiehanson/CocoaAsyncSocket
//

#import "GCDAsyncUdpSocket.h"

#if ! __has_feature(objc_arc)
#warning This file must be compiled with ARC. Use -fobjc-arc flag (or convert project to ARC).
// For more information see: https://github.com/robbiehanson/CocoaAsyncSocket/wiki/ARC
Expand Down Expand Up @@ -39,8 +41,6 @@

#endif

#import "GCDAsyncUdpSocket.h"

#if TARGET_OS_IPHONE
#import <CFNetwork/CFNetwork.h>
#import <UIKit/UIKit.h>
Expand Down

0 comments on commit e011eb3

Please sign in to comment.