mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-10 16:27:54 -06:00
Quick fix for broken MacOS build
This commit is contained in:
parent
55d62b8295
commit
6c99837a9d
1 changed files with 3 additions and 0 deletions
|
@ -18,6 +18,9 @@ class DynamicPrintConfig;
|
||||||
class ModelObject;
|
class ModelObject;
|
||||||
class ModelVolume;
|
class ModelVolume;
|
||||||
|
|
||||||
|
// FIXME: broken build on mac os because of this is missing:
|
||||||
|
typedef std::vector<std::string> t_config_option_keys;
|
||||||
|
|
||||||
namespace GUI {
|
namespace GUI {
|
||||||
|
|
||||||
wxDECLARE_EVENT(EVT_OBJ_LIST_OBJECT_SELECT, SimpleEvent);
|
wxDECLARE_EVENT(EVT_OBJ_LIST_OBJECT_SELECT, SimpleEvent);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue