From 2b1c699ac94abb5ea415e8acab94f575a109b46e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marcin=20Ja=C5=82ocha?= Date: Mon, 9 Dec 2024 11:57:55 +0100 Subject: [PATCH] Add missing spectators include --- src/map.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/map.h b/src/map.h index 79ab7e8622..d907f97be3 100644 --- a/src/map.h +++ b/src/map.h @@ -7,6 +7,7 @@ #include "house.h" #include "position.h" #include "spawn.h" +#include "spectators.h" #include "town.h" class Creature;