diff options
author | shennetsind <ind@henn.et> | 2013-06-08 23:24:05 -0300 |
---|---|---|
committer | Euphy <euphy@rathena.org> | 2013-06-15 15:45:36 -0400 |
commit | 600ed8a2ea7b56e4bfb66564f1bf5f948df51a9a (patch) | |
tree | adbd416be9c2cf996202ef649e78b071a6984cbe | |
parent | 93e42674c77f35c31892d8545a07cb9d7768a235 (diff) | |
download | hercules-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.h | 1 |
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; |