From 08eb7a1548abc8713598c4f7f1c2200e7c8c41bd Mon Sep 17 00:00:00 2001 From: offtkp Date: Wed, 28 Aug 2024 17:06:47 +0300 Subject: [PATCH] Fix iOS build --- src/cloud.cpp | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/cloud.cpp b/src/cloud.cpp index 2dbcbd2e1..4ca5425c8 100644 --- a/src/cloud.cpp +++ b/src/cloud.cpp @@ -34,6 +34,12 @@ const char* se_get_pref_path(); #include #endif +#ifdef SE_PLATFORM_IOS +extern "C" { +#include "ios_support.h" +} +#endif + static bool pending_login = false; static bool pending_logout = false;