diff options
author | Andrei Karas <akaras@inbox.ru> | 2019-05-14 01:21:40 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2019-05-14 01:21:40 +0300 |
commit | 3e8a083fbfc8127b2222f34f6a599c93038fe1d9 (patch) | |
tree | 88d036402203dc758a14b45a62ff0e3a52d7b166 /src/emap/script_buildins.c | |
parent | 0cb065dca4f0793f601e807069c725cee4b459f1 (diff) | |
download | plugin-3e8a083fbfc8127b2222f34f6a599c93038fe1d9.tar.gz plugin-3e8a083fbfc8127b2222f34f6a599c93038fe1d9.tar.bz2 plugin-3e8a083fbfc8127b2222f34f6a599c93038fe1d9.tar.xz plugin-3e8a083fbfc8127b2222f34f6a599c93038fe1d9.zip |
Fix compilation errors after hercules update
Diffstat (limited to 'src/emap/script_buildins.c')
-rw-r--r-- | src/emap/script_buildins.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/emap/script_buildins.c b/src/emap/script_buildins.c index 93e9388..5135874 100644 --- a/src/emap/script_buildins.c +++ b/src/emap/script_buildins.c @@ -17,6 +17,7 @@ #include "map/instance.h" #include "map/npc.h" #include "map/pc.h" +#include "map/refine.h" #include "map/script.h" #include "map/quest.h" |