From 140b0d59bc62417d6ee19570c12bd5a8ceb86f3b Mon Sep 17 00:00:00 2001 From: VladimirMangos Date: Fri, 2 Oct 2009 01:37:15 +0400 Subject: [PATCH] [8580] Restore build at *nix after my recent included cleanup. --- src/game/Level0.cpp | 1 + src/shared/revision_nr.h | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/src/game/Level0.cpp b/src/game/Level0.cpp index 8f5b4b5ad..937f1b9cc 100644 --- a/src/game/Level0.cpp +++ b/src/game/Level0.cpp @@ -22,6 +22,7 @@ #include "Player.h" #include "Opcodes.h" #include "Chat.h" +#include "ObjectAccessor.h" #include "Language.h" #include "AccountMgr.h" #include "SystemConfig.h" diff --git a/src/shared/revision_nr.h b/src/shared/revision_nr.h index 7e16a43da..3978d0357 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 "8579" + #define REVISION_NR "8580" #endif // __REVISION_NR_H__