add missing paths headers that causes uat build issues

This commit is contained in:
Mamadou Babaei
2023-03-28 11:45:17 +02:00
parent a62f615036
commit 01078b6cd6
2 changed files with 4 additions and 0 deletions
@@ -40,6 +40,8 @@
#include "Android/AndroidJava.h"
#endif /* PLATFORM_ANDROID */
#include "Misc/Paths.h"
#if PLATFORM_ANDROID
#include "SGConnectImpl/SGExportedFunctions.h"
#include "SGInterop/SGIC_FString.h"
@@ -40,6 +40,8 @@
#include "Android/AndroidJava.h"
#endif /* PLATFORM_ANDROID */
#include "Misc/Paths.h"
#if PLATFORM_ANDROID
#include "SGCoreImpl/SGExportedFunctions.h"
#include "SGInterop/SGIC_FString.h"