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:36:20 +02:00
parent ba165fdc36
commit 2e74e67e5a
@@ -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"