From 028fda6b64ffcb68679615e94fc1945296c620fc Mon Sep 17 00:00:00 2001 From: rsa Date: Thu, 9 Dec 2010 23:53:30 +0100 Subject: [PATCH] [10849] Fix build with gcc. Signed-off-by: Lynx3d --- src/game/WorldSession.h | 1 + src/shared/revision_nr.h | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/src/game/WorldSession.h b/src/game/WorldSession.h index 6af6a8998..6c4ef4df7 100644 --- a/src/game/WorldSession.h +++ b/src/game/WorldSession.h @@ -45,6 +45,7 @@ class LoginQueryHolder; class CharacterHandler; class GMTicket; class MovementInfo; +class WorldSession; struct OpcodeHandler; diff --git a/src/shared/revision_nr.h b/src/shared/revision_nr.h index 9cff24b6e..8e6567207 100644 --- a/src/shared/revision_nr.h +++ b/src/shared/revision_nr.h @@ -1,4 +1,4 @@ #ifndef __REVISION_NR_H__ #define __REVISION_NR_H__ - #define REVISION_NR "10848" + #define REVISION_NR "10849" #endif // __REVISION_NR_H__