From 1ad5ab8632edf8b9bd9cf18d684a5a9c4a8b6d0a Mon Sep 17 00:00:00 2001 From: doop <56421834+dooplecks@users.noreply.github.com> Date: Thu, 7 May 2026 01:02:43 +0000 Subject: [PATCH] Try to fix Windows/macOS build errors --- src/d/d_map_path.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/d/d_map_path.cpp b/src/d/d_map_path.cpp index f31c1aee48..3c31c022e3 100644 --- a/src/d/d_map_path.cpp +++ b/src/d/d_map_path.cpp @@ -16,6 +16,7 @@ #ifdef TARGET_PC #include +#include constexpr u16 kMapResolutionMultiplier = 4; constexpr u16 kMapImageSide = 16 * kMapResolutionMultiplier;