From 36ab08e60df25798a3b0545eb8b6aa97b9a83477 Mon Sep 17 00:00:00 2001 From: Wojtek Figat Date: Tue, 3 Feb 2026 18:28:25 +0100 Subject: [PATCH] Fix build regression on Clang --- Source/Engine/Core/Math/Half.h | 1 + 1 file changed, 1 insertion(+) diff --git a/Source/Engine/Core/Math/Half.h b/Source/Engine/Core/Math/Half.h index ebb2cc951..9ec68a6a0 100644 --- a/Source/Engine/Core/Math/Half.h +++ b/Source/Engine/Core/Math/Half.h @@ -5,6 +5,7 @@ #include "Math.h" #include "Vector2.h" #include "Vector3.h" +#include "Vector4.h" /// /// Half-precision 16 bit floating point number consisting of a sign bit, a 5 bit biased exponent, and a 10 bit mantissa