summaryrefslogtreecommitdiff
path: root/src/char
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2016-07-13 20:39:16 +0300
committerAndrei Karas <akaras@inbox.ru>2016-07-13 20:40:27 +0300
commitaef1ec9f07462e1fd24441cfda2e1f867a50fb9c (patch)
tree92def6bd69ea9fd528400ad27b8bf0160112a0e3 /src/char
parenta9cab4d027c71a1049f2ed6dd27db550c637d729 (diff)
downloadhercules-s20160717.tar.gz
hercules-s20160717.tar.bz2
hercules-s20160717.tar.xz
hercules-s20160717.zip
Add missing includes into HPM.s20160717
Diffstat (limited to 'src/char')
-rw-r--r--src/char/HPMchar.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/char/HPMchar.c b/src/char/HPMchar.c
index c34866e53..e0f81c61f 100644
--- a/src/char/HPMchar.c
+++ b/src/char/HPMchar.c
@@ -47,10 +47,13 @@
#include "common/db.h"
#include "common/des.h"
#include "common/ers.h"
+#include "common/md5calc.h"
#include "common/memmgr.h"
+#include "common/mutex.h"
#include "common/mapindex.h"
#include "common/mmo.h"
#include "common/nullpo.h"
+#include "common/random.h"
#include "common/showmsg.h"
#include "common/socket.h"
#include "common/spinlock.h"