From ab0de5fce1d6bb265d6d59f6218e0f1bfcbacc2d Mon Sep 17 00:00:00 2001 From: Matthew Costa Date: Tue, 12 May 2026 19:51:47 +0100 Subject: [PATCH 1/2] Issue #2674: Resolve build failure experienced through docker-build This short fix gets the build working again, and should close out issue #2674 --- Core/GameEngine/Include/GameClient/Smudge.h | 1 + 1 file changed, 1 insertion(+) diff --git a/Core/GameEngine/Include/GameClient/Smudge.h b/Core/GameEngine/Include/GameClient/Smudge.h index ab6245736b1..2344abb7886 100644 --- a/Core/GameEngine/Include/GameClient/Smudge.h +++ b/Core/GameEngine/Include/GameClient/Smudge.h @@ -20,6 +20,7 @@ #pragma once +#include "Common/STLTypedefs.h" #include "WW3D2/dllist.h" #include "WWMath/vector2.h" #include "WWMath/vector3.h" From 09c2f1ca7ddb03842f75eec61b5cac401c688733 Mon Sep 17 00:00:00 2001 From: Matthew Costa Date: Sat, 16 May 2026 22:13:03 +0100 Subject: [PATCH 2/2] Following the suggestion from @xezon, make the import more specific --- Core/GameEngine/Include/GameClient/Smudge.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Core/GameEngine/Include/GameClient/Smudge.h b/Core/GameEngine/Include/GameClient/Smudge.h index 2344abb7886..bf757e522e6 100644 --- a/Core/GameEngine/Include/GameClient/Smudge.h +++ b/Core/GameEngine/Include/GameClient/Smudge.h @@ -20,7 +20,7 @@ #pragma once -#include "Common/STLTypedefs.h" +#include #include "WW3D2/dllist.h" #include "WWMath/vector2.h" #include "WWMath/vector3.h"