summaryrefslogtreecommitdiff
path: root/platform/macos/src/MGLAnnotationImage.h
diff options
context:
space:
mode:
Diffstat (limited to 'platform/macos/src/MGLAnnotationImage.h')
-rw-r--r--platform/macos/src/MGLAnnotationImage.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/platform/macos/src/MGLAnnotationImage.h b/platform/macos/src/MGLAnnotationImage.h
index 37d43d7277..d41fd32ec4 100644
--- a/platform/macos/src/MGLAnnotationImage.h
+++ b/platform/macos/src/MGLAnnotationImage.h
@@ -1,5 +1,7 @@
#import <AppKit/AppKit.h>
+#import "MGLFoundation.h"
+
NS_ASSUME_NONNULL_BEGIN
/**
@@ -8,6 +10,7 @@ NS_ASSUME_NONNULL_BEGIN
`NSImage` objects with annotation-related metadata. They may be recycled later
and put into a reuse queue that is maintained by the map view.
*/
+MGL_EXPORT
@interface MGLAnnotationImage : NSObject
#pragma mark Initializing and Preparing the Image Object