only include the sgconnect header if the build platform is android

This commit is contained in:
Mamadou Babaei
2024-03-12 20:32:49 +01:00
parent 315dfdd63f
commit 61aa363b50
@@ -37,7 +37,10 @@
#include "Engine/Engine.h"
#if PLATFORM_ANDROID
#include "SGConnect/SGConnect.h"
#endif /* PLATFORM_ANDROID */
#include "SGCore/SGDeviceList.h"
#include "SGCore/SGHapticGloveHandProfiles.h"
#include "SGLog/SGLog.h"