summaryrefslogtreecommitdiff
path: root/platform/darwin/src/MGLShape_Private.h
diff options
context:
space:
mode:
Diffstat (limited to 'platform/darwin/src/MGLShape_Private.h')
-rw-r--r--platform/darwin/src/MGLShape_Private.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/platform/darwin/src/MGLShape_Private.h b/platform/darwin/src/MGLShape_Private.h
index 15d1c1eb97..9821d49176 100644
--- a/platform/darwin/src/MGLShape_Private.h
+++ b/platform/darwin/src/MGLShape_Private.h
@@ -2,6 +2,9 @@
#import <mbgl/util/geojson.hpp>
#import <mbgl/util/geometry.hpp>
+#import <mbgl/util/geo.hpp>
+
+bool operator==(const CLLocationCoordinate2D lhs, const CLLocationCoordinate2D rhs);
@interface MGLShape (Private)