mirror of
https://git.mirrors.martin98.com/https://github.com/bambulab/BambuStudio.git
synced 2025-09-28 20:43:12 +08:00
FIX: Fix missing std::set declaration
/run/build/BambuStudio/src/slic3r/GUI/Widgets/DropDown.cpp:281:10: error: ‘set’ is not a member of ‘std’ 281 | std::set<wxString> groups; | ^~~
This commit is contained in:
parent
059e18aa38
commit
842152b65a
@ -9,6 +9,8 @@
|
||||
#include <gtk/gtk.h>
|
||||
#endif
|
||||
|
||||
#include <set>
|
||||
|
||||
wxDEFINE_EVENT(EVT_DISMISS, wxCommandEvent);
|
||||
|
||||
BEGIN_EVENT_TABLE(DropDown, PopupWindow)
|
||||
|
Loading…
x
Reference in New Issue
Block a user