From 37afce30e00b62013268d825ecac07679e3cd13e Mon Sep 17 00:00:00 2001 From: rsa Date: Fri, 11 Feb 2011 20:38:18 +0300 Subject: [PATCH] [11135] Maybe finally fix *nix build. Signed-off-by: VladimirMangos --- src/game/MapPersistentStateMgr.h | 1 + src/shared/revision_nr.h | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/src/game/MapPersistentStateMgr.h b/src/game/MapPersistentStateMgr.h index e14f68a95..0a1f3eb82 100644 --- a/src/game/MapPersistentStateMgr.h +++ b/src/game/MapPersistentStateMgr.h @@ -28,6 +28,7 @@ #include "Utilities/UnorderedMapSet.h" #include "Database/DatabaseEnv.h" #include "DBCEnums.h" +#include "DBCStores.h" #include "ObjectGuid.h" struct InstanceTemplate; diff --git a/src/shared/revision_nr.h b/src/shared/revision_nr.h index 2c811c6b3..3f47582c0 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 "11134" + #define REVISION_NR "11135" #endif // __REVISION_NR_H__