diff options
Diffstat (limited to 'src/map/intif.hpp')
-rw-r--r-- | src/map/intif.hpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/map/intif.hpp b/src/map/intif.hpp index 529c42e..e05d00f 100644 --- a/src/map/intif.hpp +++ b/src/map/intif.hpp @@ -25,7 +25,8 @@ # include "../strings/fwd.hpp" -# include "map.hpp" +# include "../mmo/fwd.hpp" +# include "../mmo/dumb_ptr.hpp" int intif_parse(Session *); |