From 44dad402f610f6dd01fe0ce32c65b51523625ef6 Mon Sep 17 00:00:00 2001 From: Mateusz Karbowiak <69864511+mtszkarbowiak@users.noreply.github.com> Date: Mon, 7 Oct 2024 02:41:07 +0200 Subject: [PATCH] `Nullable` dependency headers fix --- Source/Engine/Core/Types/Nullable.h | 1 + 1 file changed, 1 insertion(+) diff --git a/Source/Engine/Core/Types/Nullable.h b/Source/Engine/Core/Types/Nullable.h index e1aae2ea3..6ca735d08 100644 --- a/Source/Engine/Core/Types/Nullable.h +++ b/Source/Engine/Core/Types/Nullable.h @@ -2,6 +2,7 @@ #pragma once +#include "Engine/Core/Templates.h" #include "Engine/Platform/Platform.h" ///