Skip to content

Commit

Permalink
fix: add missing include
Browse files Browse the repository at this point in the history
  • Loading branch information
dudantas authored Dec 21, 2024
1 parent 6a56343 commit b3eee8b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/items/weapons/weapons.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit b3eee8b

Please sign in to comment.