diff options
author | shennetsind <ind@henn.et> | 2013-06-08 23:24:05 -0300 |
---|---|---|
committer | shennetsind <ind@henn.et> | 2013-06-08 23:24:05 -0300 |
commit | e33322f82010fbd3a588147141e74496c15e18ae (patch) | |
tree | 8cd8407354f9c53c94cc1b72c598c1b6ea03a641 /src/map/party.h | |
parent | 70beba5598f54081020f30654cb7a97ec75f9071 (diff) | |
download | hercules-e33322f82010fbd3a588147141e74496c15e18ae.tar.gz hercules-e33322f82010fbd3a588147141e74496c15e18ae.tar.bz2 hercules-e33322f82010fbd3a588147141e74496c15e18ae.tar.xz hercules-e33322f82010fbd3a588147141e74496c15e18ae.zip |
Follow up 4a51fc7e5eec9a464c754d3d1e0ee44da1ca6f72
For the new #ifdef constant
Signed-off-by: shennetsind <ind@henn.et>
Diffstat (limited to 'src/map/party.h')
-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; |