fix more UE 5.4 RunUAT build issues

This commit is contained in:
Mamadou Babaei
2024-08-16 18:02:04 +02:00
parent bfc1e60091
commit b239747463
3 changed files with 6 additions and 0 deletions
@@ -41,7 +41,9 @@
#include "Engine/Engine.h" #include "Engine/Engine.h"
#include "Engine/TimerHandle.h" #include "Engine/TimerHandle.h"
#include "Engine/World.h" #include "Engine/World.h"
#if WITH_EDITOR
#include "Subsystems/UnrealEditorSubsystem.h" #include "Subsystems/UnrealEditorSubsystem.h"
#endif /* WITH_EDITOR */
#include "TimerManager.h" #include "TimerManager.h"
#include "SGBackend/SGBackend.h" #include "SGBackend/SGBackend.h"
@@ -48,7 +48,9 @@
#include "OpenXRCore.h" #include "OpenXRCore.h"
#include "OpenXRHMD/Private/OpenXRHMD.h" #include "OpenXRHMD/Private/OpenXRHMD.h"
#include "Runtime/Launch/Resources/Version.h" #include "Runtime/Launch/Resources/Version.h"
#if WITH_EDITOR
#include "Subsystems/UnrealEditorSubsystem.h" #include "Subsystems/UnrealEditorSubsystem.h"
#endif /* WITH_EDITOR */
#include "SGBackend/SGBackend.h" #include "SGBackend/SGBackend.h"
#include "SGCore/SGHapticGlove.h" #include "SGCore/SGHapticGlove.h"
@@ -35,6 +35,8 @@
#include "SenseGloveTrackingModule.h" #include "SenseGloveTrackingModule.h"
#include "Framework/Application/SlateApplication.h"
#include "SGLog/SGLog.h" #include "SGLog/SGLog.h"
#include "SGTracking/SGXRTracker.h" #include "SGTracking/SGXRTracker.h"