summaryrefslogtreecommitdiff
path: root/src/plugins
diff options
context:
space:
mode:
authorHaru <haru@dotalux.com>2018-06-02 16:07:12 +0200
committerGitHub <noreply@github.com>2018-06-02 16:07:12 +0200
commit889141992544b20747fdd337cf0ebf4c36ef01b9 (patch)
tree0bbab7379dd7710d325db6261ca0911a9042a500 /src/plugins
parent9370c15bc97eeabb9b0c98898520b2daca22bcf5 (diff)
parent031cdbe5b3f108d7a732c230d061c567de723a75 (diff)
downloadhercules-889141992544b20747fdd337cf0ebf4c36ef01b9.tar.gz
hercules-889141992544b20747fdd337cf0ebf4c36ef01b9.tar.bz2
hercules-889141992544b20747fdd337cf0ebf4c36ef01b9.tar.xz
hercules-889141992544b20747fdd337cf0ebf4c36ef01b9.zip
Merge pull request #2038 from 4144/msi
Improve msgstring table usage
Diffstat (limited to 'src/plugins')
-rw-r--r--src/plugins/HPMHooking.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/plugins/HPMHooking.c b/src/plugins/HPMHooking.c
index 8686a07be..e3b694c2b 100644
--- a/src/plugins/HPMHooking.c
+++ b/src/plugins/HPMHooking.c
@@ -92,6 +92,7 @@ PRAGMA_GCC5(GCC diagnostic ignored "-Wdiscarded-qualifiers")
#include "map/map.h"
#include "map/mapreg.h"
#include "map/mercenary.h"
+#include "map/messages.h"
#include "map/mob.h"
#include "map/npc.h"
#include "map/party.h"