mirror of
https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git
synced 2026-05-14 13:02:39 -07:00
Fixes Linux (and probably MacOS) build: wx/msw/registry.h is only available on Windows. (#6634)
This commit is contained in:
@@ -8,6 +8,7 @@
|
||||
#include <Windows.h>
|
||||
#include "GUI_App.hpp"
|
||||
#include "libslic3r/AppConfig.hpp"
|
||||
#include <wx/msw/registry.h>
|
||||
#endif
|
||||
|
||||
#include <wx/toplevel.h>
|
||||
@@ -16,7 +17,6 @@
|
||||
#include <wx/dcclient.h>
|
||||
#include <wx/font.h>
|
||||
#include <wx/fontutil.h>
|
||||
#include <wx/msw/registry.h>
|
||||
|
||||
#include "libslic3r/Config.hpp"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user