add missing paths headers that causes uat build issues

This commit is contained in:
Mamadou Babaei
2023-03-28 11:46:58 +02:00
parent 2c2ef9e710
commit deafac2293
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"