fix linux build errors

This commit is contained in:
SoftFever 2023-08-20 22:16:32 +08:00
parent 86d908f44e
commit 3f15339345

View file

@ -3,8 +3,8 @@
#include "I18N.hpp" #include "I18N.hpp"
#include "GUI_App.hpp" #include "GUI_App.hpp"
#include <boost/filesystem/operations.hpp> #include <boost/filesystem/operations.hpp>
#include <winuser.h>
#ifdef __WIN32__ #ifdef __WIN32__
#include <winuser.h>
#include <versionhelpers.h> #include <versionhelpers.h>
#include <wx/msw/registry.h> #include <wx/msw/registry.h>
#include <shellapi.h> #include <shellapi.h>