Skip to content

Commit

Permalink
Fixed macOS compile.
Browse files Browse the repository at this point in the history
  • Loading branch information
ggarra13 committed Sep 17, 2024
1 parent b7c207f commit bfb2c7d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/lib/mrvUI/mrvMenus.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,9 @@
#include <FL/Fl_Sys_Menu_Bar.H>
#include <FL/Fl_Widget.H>
#include <FL/Fl.H>
#ifdef __APPLE__
# include <FL/platform.H> // Needed for Fl_Mac_App_Menu
#endif

namespace
{
Expand Down

0 comments on commit bfb2c7d

Please sign in to comment.