diff options
Diffstat (limited to 'src/map/tmw.cpp')
-rw-r--r-- | src/map/tmw.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/map/tmw.cpp b/src/map/tmw.cpp index c08c161..84c84ef 100644 --- a/src/map/tmw.cpp +++ b/src/map/tmw.cpp @@ -26,6 +26,8 @@ #include "storage.hpp" #include "trade.hpp" +#include "../poison.hpp" + static void tmw_AutoBan(struct map_session_data *sd, const char *reason, int length); static |