1
0
mirror of https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git synced 2026-07-11 08:04:25 +00:00

Fixes Linux (and probably MacOS) build: wx/msw/registry.h is only available on Windows. (#6634)

This commit is contained in:
combolek
2021-06-19 02:45:48 -07:00
committed by GitHub
parent 5434a8980f
commit d08a70478e
+1 -1
View File
@@ -8,6 +8,7 @@
#include <Windows.h> #include <Windows.h>
#include "GUI_App.hpp" #include "GUI_App.hpp"
#include "libslic3r/AppConfig.hpp" #include "libslic3r/AppConfig.hpp"
#include <wx/msw/registry.h>
#endif #endif
#include <wx/toplevel.h> #include <wx/toplevel.h>
@@ -16,7 +17,6 @@
#include <wx/dcclient.h> #include <wx/dcclient.h>
#include <wx/font.h> #include <wx/font.h>
#include <wx/fontutil.h> #include <wx/fontutil.h>
#include <wx/msw/registry.h>
#include "libslic3r/Config.hpp" #include "libslic3r/Config.hpp"