diff options
Diffstat (limited to 'src/map/chat.cpp')
-rw-r--r-- | src/map/chat.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/map/chat.cpp b/src/map/chat.cpp index 9530bfc..dcb6e51 100644 --- a/src/map/chat.cpp +++ b/src/map/chat.cpp @@ -12,6 +12,8 @@ #include "npc.hpp" #include "pc.hpp" +#include "../poison.hpp" + static int chat_triggerevent(struct chat_data *cd); static |