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 "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"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user