summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2019-10-14 19:52:54 -0300
committerJesusaves <cpntb1@ymail.com>2019-10-14 19:52:54 -0300
commit723846089c2263da0c7ff5688bdb73675b05ac9c (patch)
tree6a4de2928e0e7b355a41c19ec6246965ae4381d2
parentae39b2f1a36b6dc0a29389e441f77eba724aa89d (diff)
downloadevol-hercules-723846089c2263da0c7ff5688bdb73675b05ac9c.tar.gz
evol-hercules-723846089c2263da0c7ff5688bdb73675b05ac9c.tar.bz2
evol-hercules-723846089c2263da0c7ff5688bdb73675b05ac9c.tar.xz
evol-hercules-723846089c2263da0c7ff5688bdb73675b05ac9c.zip
Missing includes
-rw-r--r--src/emap/script_buildins.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/emap/script_buildins.c b/src/emap/script_buildins.c
index fef5d7e..7bcd11a 100644
--- a/src/emap/script_buildins.c
+++ b/src/emap/script_buildins.c
@@ -14,7 +14,9 @@
#include "map/achievement.h"
#include "map/chat.h"
#include "map/chrif.h"
+#include "map/guild.h"
#include "map/instance.h"
+#include "map/mapreg.h"
#include "map/npc.h"
#include "map/pc.h"
#include "map/refine.h"