From b3eee8b0ade916db439c2d4595bb9fdc851551b3 Mon Sep 17 00:00:00 2001 From: Eduardo Dantas Date: Sat, 21 Dec 2024 13:53:52 -0300 Subject: [PATCH] fix: add missing include --- src/items/weapons/weapons.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/items/weapons/weapons.cpp b/src/items/weapons/weapons.cpp index a4a1dc9915a..eb66f3c9f14 100644 --- a/src/items/weapons/weapons.cpp +++ b/src/items/weapons/weapons.cpp @@ -17,6 +17,7 @@ #include "lib/di/container.hpp" #include "lua/scripts/scripts.hpp" #include "lua/global/lua_variant.hpp" +#include "creatures/monsters/monster.hpp" #include "creatures/players/player.hpp" Weapons::Weapons() = default;