fix a runuat build issue due to a missing header providing engine version macros

This commit is contained in:
Mamadou Babaei
2025-06-04 02:33:17 +02:00
parent caa08eb94d
commit b3ccc1f274
@@ -35,6 +35,8 @@
#include "SGTracking/SGHMDTracker.h"
#include "Runtime/Launch/Resources/Version.h"
#if ENGINE_MAJOR_VERSION >= 5 && ENGINE_MINOR_VERSION >= 5
#include "Async/Async.h"
#include "Async/Future.h"