mirror of
https://git.mirrors.martin98.com/https://github.com/prusa3d/PrusaSlicer.git
synced 2025-07-15 02:51:51 +08:00
Fixes Linux (and probably MacOS) build: wx/msw/registry.h is only available on Windows. (#6634)
This commit is contained in:
parent
5434a8980f
commit
d08a70478e
@ -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"
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user