diff options
Diffstat (limited to 'src/map/npc.hpp')
-rw-r--r-- | src/map/npc.hpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/map/npc.hpp b/src/map/npc.hpp index 33dd378..3870a39 100644 --- a/src/map/npc.hpp +++ b/src/map/npc.hpp @@ -24,6 +24,8 @@ #include <cstdint> +#include "../range/slice.hpp" + #include "../strings/fwd.hpp" #include "../generic/fwd.hpp" |