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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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"