From c5b84ffea4536320493e755816c880b052e31304 Mon Sep 17 00:00:00 2001 From: scorpioblood <77296181+scorpioblood@users.noreply.github.com> Date: Tue, 21 May 2024 20:57:52 +0200 Subject: [PATCH] Remove MathPCH.h from PCH. --- Engine/src/Runtime/PhanesEnginePCH.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Engine/src/Runtime/PhanesEnginePCH.h b/Engine/src/Runtime/PhanesEnginePCH.h index e8e5b7f..3e16ce9 100644 --- a/Engine/src/Runtime/PhanesEnginePCH.h +++ b/Engine/src/Runtime/PhanesEnginePCH.h @@ -37,7 +37,7 @@ #include <spdlog/spdlog.h> // Local PCH - #include "Core/public/Math/MathPCH.h" + // #include "Core/public/Math/MathPCH.h" #endif // !PHANES_CORE_PCH_H