From fd0584b40612d03263f56c488629e7d529aee12b Mon Sep 17 00:00:00 2001 From: Wojtek Figat Date: Thu, 12 Feb 2026 22:03:13 +0100 Subject: [PATCH] Fix build regression from 865a26cbbe8c115a09fd3bffc1be529512608b3d --- Source/Engine/Core/Math/Mathd.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Source/Engine/Core/Math/Mathd.h b/Source/Engine/Core/Math/Mathd.h index f22252382..cb27525b4 100644 --- a/Source/Engine/Core/Math/Mathd.h +++ b/Source/Engine/Core/Math/Mathd.h @@ -2,8 +2,7 @@ #pragma once -#include "Engine/Core/Types/BaseTypes.h" -#include +#include "Math.h" namespace Math {