From c8c664fbf376b615b3f1e4b2a4d7f1c99b6097be Mon Sep 17 00:00:00 2001 From: Julian Rex Date: Mon, 14 Jan 2019 15:17:13 -0500 Subject: [ios, macos] Support getLeaves (and related) clustering methods (#12952) following feature extension API (#13382) --- platform/macos/src/Mapbox.h | 1 + 1 file changed, 1 insertion(+) (limited to 'platform/macos/src/Mapbox.h') diff --git a/platform/macos/src/Mapbox.h b/platform/macos/src/Mapbox.h index 88ed0acb7a..0fd81a4df7 100644 --- a/platform/macos/src/Mapbox.h +++ b/platform/macos/src/Mapbox.h @@ -12,6 +12,7 @@ FOUNDATION_EXPORT MGL_EXPORT const unsigned char MapboxVersionString[]; #import "MGLAnnotation.h" #import "MGLAnnotationImage.h" #import "MGLClockDirectionFormatter.h" +#import "MGLCluster.h" #import "MGLCompassDirectionFormatter.h" #import "MGLCoordinateFormatter.h" #import "MGLDistanceFormatter.h" -- cgit v1.2.1