From 7aa7b8262878fae8449115d4ea2c199e53b8f653 Mon Sep 17 00:00:00 2001 From: Swung0x48 Date: Sun, 8 Feb 2026 11:51:14 +0800 Subject: [PATCH] [Fix] (buildsystem): fix build on Android --- MobileGL/Includes.h | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/MobileGL/Includes.h b/MobileGL/Includes.h index ece1c1c7..929440e1 100644 --- a/MobileGL/Includes.h +++ b/MobileGL/Includes.h @@ -91,12 +91,13 @@ #endif #ifdef __ANDROID__ +#define VK_USE_PLATFORM_ANDROID_KHR #include #include #include #include -#include #endif +#include #ifdef TRACY_ENABLE #include @@ -105,8 +106,6 @@ #define TRACY_ZONECOLOR_BACKEND 0x00FF00 #endif -#include - // Post-includes for significant project headers #include "MG_Util/Debug/Log.h" #include "MG_Util/Types.h"