diff options
author | Andrei Karas <akaras@inbox.ru> | 2014-11-21 11:33:36 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2014-11-21 11:33:36 +0300 |
commit | 044f5e1d72333c0530f911c4982868199097d35b (patch) | |
tree | 24987afdf2a6ac0cabe92c59a9681d25b0543d8e /src | |
parent | e9888028a7356af62133a7e6cb8f6c5ea621de65 (diff) | |
download | evol-hercules-044f5e1d72333c0530f911c4982868199097d35b.tar.gz evol-hercules-044f5e1d72333c0530f911c4982868199097d35b.tar.bz2 evol-hercules-044f5e1d72333c0530f911c4982868199097d35b.tar.xz evol-hercules-044f5e1d72333c0530f911c4982868199097d35b.zip |
map: add missing include in script.c.
Diffstat (limited to 'src')
-rw-r--r-- | src/map/script.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/map/script.c b/src/map/script.c index b1e31f2..a2f0f8a 100644 --- a/src/map/script.c +++ b/src/map/script.c @@ -18,6 +18,7 @@ #include "../../../map/quest.h" #include "map/script.h" +#include "map/clif.h" #include "map/lang.h" #include "map/scriptdefines.h" #include "map/send.h" |