Build fix for iOS

This commit is contained in:
pokamest 2022-08-26 03:19:34 -07:00
parent 9cca1a4819
commit 266859af19
2 changed files with 5 additions and 3 deletions

View file

@ -5,7 +5,6 @@
#include "amnezia_application.h"
#include "defines.h"
#ifdef Q_OS_WIN
#include "Windows.h"
#endif
@ -15,7 +14,7 @@
#endif
#if defined(Q_OS_IOS)
#include "QtAppDelegate-C-Interface.h"
#include "platforms/ios/QtAppDelegate-C-Interface.h"
#endif