From d5dfbd0bfc3b2d4e99fb9e390543aa7ab58accef Mon Sep 17 00:00:00 2001 From: Lynx3d Date: Fri, 28 May 2010 17:25:48 +0200 Subject: [PATCH] [9998] Fix *nix build. --- src/game/GridMap.cpp | 1 + src/shared/revision_nr.h | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/src/game/GridMap.cpp b/src/game/GridMap.cpp index 17e5c26a4..ce6e459e4 100644 --- a/src/game/GridMap.cpp +++ b/src/game/GridMap.cpp @@ -23,6 +23,7 @@ #include "Map.h" #include "Config/ConfigEnv.h" #include "DBCEnums.h" +#include "DBCStores.h" #include "GridMap.h" #include "VMapFactory.h" #include "World.h" diff --git a/src/shared/revision_nr.h b/src/shared/revision_nr.h index 69e344530..c9239efda 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 "9997" + #define REVISION_NR "9998" #endif // __REVISION_NR_H__