diff options
Diffstat (limited to 'platform/darwin/test/MGLGeometryTests.mm')
-rw-r--r-- | platform/darwin/test/MGLGeometryTests.mm | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/platform/darwin/test/MGLGeometryTests.mm b/platform/darwin/test/MGLGeometryTests.mm index b9205e8d9d..e76c67c5c1 100644 --- a/platform/darwin/test/MGLGeometryTests.mm +++ b/platform/darwin/test/MGLGeometryTests.mm @@ -1,7 +1,8 @@ -#import "../../darwin/src/MGLGeometry_Private.h" - +#import <Mapbox/Mapbox.h> #import <XCTest/XCTest.h> +#import "../../darwin/src/MGLGeometry_Private.h" + @interface MGLGeometryTests : XCTestCase @end |