Try to fix a include order (Windows only, to fix aCI/CD error)
This commit is contained in:
parent
168a21bb43
commit
0ff1f6f69c
|
@ -23,13 +23,12 @@
|
||||||
#include <wx/filename.h>
|
#include <wx/filename.h>
|
||||||
#include <wx/stdpaths.h>
|
#include <wx/stdpaths.h>
|
||||||
#include <wx/string.h>
|
#include <wx/string.h>
|
||||||
|
#include <wx/app.h>
|
||||||
|
|
||||||
#include <Windows.h>
|
#include <Windows.h>
|
||||||
#include <shellapi.h>
|
#include <shellapi.h>
|
||||||
#include <shlwapi.h>
|
#include <shlwapi.h>
|
||||||
|
|
||||||
#include <wx/app.h>
|
|
||||||
|
|
||||||
|
|
||||||
void KIPLATFORM::ENV::Init()
|
void KIPLATFORM::ENV::Init()
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue