diff options
Diffstat (limited to 'src/map/magic-stmt.hpp')
-rw-r--r-- | src/map/magic-stmt.hpp | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/map/magic-stmt.hpp b/src/map/magic-stmt.hpp index 08c2b28..97fdf1f 100644 --- a/src/map/magic-stmt.hpp +++ b/src/map/magic-stmt.hpp @@ -24,7 +24,9 @@ # include "../range/fwd.hpp" -# include "../mmo/dumb_ptr.hpp" +# include "../strings/zstring.hpp" + +# include "../generic/fwd.hpp" # include "skill.t.hpp" |