Skip to content

Commit

Permalink
Import the module in GEOSwift.h and not the geos_c.h header
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrea Cremaschi committed Feb 3, 2016
1 parent 5fc4d73 commit 845aa2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion GEOSwift/GEOSwift.h
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
//

#import <UIKit/UIKit.h>
#import <geos/geos_c.h>
@import geos;

//! Project version number for GEOSwift.
FOUNDATION_EXPORT double HumboldtVersionNumber;
Expand Down

0 comments on commit 845aa2e

Please sign in to comment.