only include the sgconnect header if the build platform is android

This commit is contained in:
Mamadou Babaei
2024-02-27 00:34:39 +01:00
parent 300c899c28
commit 24f5bac239
@@ -37,7 +37,10 @@
#include "Engine/Engine.h"
#if PLATFORM_ANDROID
#include "SGConnect/SGConnect.h"
#endif /* PLATFORM_ANDROID */
#include "SGCore/SGDeviceList.h"
#include "SGCore/SGHandLayer.h"
#include "SGLog/SGLog.h"