diff options
author | Andrei Karas <akaras@inbox.ru> | 2016-07-13 20:39:16 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2016-07-13 22:41:37 +0300 |
commit | 1114c646fc28c893add75d512183f084bece9942 (patch) | |
tree | 692c84135973f15e2aaf4df8107507433057ee2d /src/char/HPMchar.c | |
parent | 9f7ef09a412078df257dc6d5c4e36f65a0478c5d (diff) | |
download | hercules-1114c646fc28c893add75d512183f084bece9942.tar.gz hercules-1114c646fc28c893add75d512183f084bece9942.tar.bz2 hercules-1114c646fc28c893add75d512183f084bece9942.tar.xz hercules-1114c646fc28c893add75d512183f084bece9942.zip |
Add missing includes into HPM.
Diffstat (limited to 'src/char/HPMchar.c')
-rw-r--r-- | src/char/HPMchar.c | 3 |
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" |