summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorshennetsind <ind@henn.et>2013-06-08 23:24:05 -0300
committerEuphy <euphy@rathena.org>2013-06-15 15:45:36 -0400
commit600ed8a2ea7b56e4bfb66564f1bf5f948df51a9a (patch)
treeadbd416be9c2cf996202ef649e78b071a6984cbe
parent93e42674c77f35c31892d8545a07cb9d7768a235 (diff)
downloadhercules-600ed8a2ea7b56e4bfb66564f1bf5f948df51a9a.tar.gz
hercules-600ed8a2ea7b56e4bfb66564f1bf5f948df51a9a.tar.bz2
hercules-600ed8a2ea7b56e4bfb66564f1bf5f948df51a9a.tar.xz
hercules-600ed8a2ea7b56e4bfb66564f1bf5f948df51a9a.zip
Follow up 4a51fc7e5eec9a464c754d3d1e0ee44da1ca6f72
For the new #ifdef constant Signed-off-by: shennetsind <ind@henn.et>
-rw-r--r--src/map/party.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/map/party.h b/src/map/party.h
index 5ebf7b357..e1f2d3a3b 100644
--- a/src/map/party.h
+++ b/src/map/party.h
@@ -3,6 +3,7 @@
#ifndef _PARTY_H_
#define _PARTY_H_
#include "../common/mmo.h" // struct party
+#include "../config/core.h"
struct block_list;
struct map_session_data;
struct party;