summaryrefslogtreecommitdiff
path: root/platform/macos/src/MGLAttributionButton.h
diff options
context:
space:
mode:
Diffstat (limited to 'platform/macos/src/MGLAttributionButton.h')
-rw-r--r--platform/macos/src/MGLAttributionButton.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/platform/macos/src/MGLAttributionButton.h b/platform/macos/src/MGLAttributionButton.h
index 88fcdadf78..3e0b53a6d0 100644
--- a/platform/macos/src/MGLAttributionButton.h
+++ b/platform/macos/src/MGLAttributionButton.h
@@ -1,5 +1,6 @@
#import <Cocoa/Cocoa.h>
+#import "MGLFoundation.h"
#import "MGLTypes.h"
NS_ASSUME_NONNULL_BEGIN
@@ -7,6 +8,7 @@ NS_ASSUME_NONNULL_BEGIN
@class MGLAttributionInfo;
/// Button that looks like a hyperlink and opens a URL.
+MGL_EXPORT
@interface MGLAttributionButton : NSButton
/// Returns an `MGLAttributionButton` instance with the given info.