From e482d48ccd1e4847d100424d5e37aceecd172afc Mon Sep 17 00:00:00 2001 From: shennetsind Date: Sat, 24 Dec 2011 15:00:07 +0000 Subject: [PATCH] Followup r15245, fixed gcc warning git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@15247 54d463be-8e91-2dee-dedb-b68131a5f0ec --- src/map/log.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/map/log.h b/src/map/log.h index 73a0117556..89869c2b4e 100644 --- a/src/map/log.h +++ b/src/map/log.h @@ -6,6 +6,7 @@ //#include "map.h" struct map_session_data; +struct block_list; struct mob_data; struct item;