Skip to content

Commit 02ed21d

Browse files
committed
Include menu.h in tray_manager_macos.mm
Added the menu.h header to tray_manager_macos.mm to ensure menu-related functionality is available. This may be required for upcoming features or to resolve missing symbol issues.
1 parent c3d6841 commit 02ed21d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/platform/macos/tray_manager_macos.mm

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55

66
#include "../../tray_icon.h"
77
#include "../../tray_manager.h"
8+
#include "../../menu.h"
89

910
// Import Cocoa headers
1011
#import <Cocoa/Cocoa.h>

0 commit comments

Comments
 (0)