From 1b1d5c1001e71809c5f3c52b44ffff693ca43ef1 Mon Sep 17 00:00:00 2001 From: VladimirMangos Date: Mon, 22 Nov 2010 01:29:58 +0300 Subject: [PATCH] [10771] Explictly include Threading.h into WorldRunnable.h Instead dependent from includes order in mangosd\WorldRunnable.cpp and mangosd\Master.cpp --- src/mangosd/WorldRunnable.h | 3 +++ src/shared/revision_nr.h | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/src/mangosd/WorldRunnable.h b/src/mangosd/WorldRunnable.h index e6532fe5a..f7907bd06 100644 --- a/src/mangosd/WorldRunnable.h +++ b/src/mangosd/WorldRunnable.h @@ -23,6 +23,9 @@ #ifndef __WORLDRUNNABLE_H #define __WORLDRUNNABLE_H +#include "Common.h" +#include "Threading.h" + /// Heartbeat thread for the World class WorldRunnable : public ACE_Based::Runnable { diff --git a/src/shared/revision_nr.h b/src/shared/revision_nr.h index 4ee94df52..cfedee9d5 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 "10770" + #define REVISION_NR "10771" #endif // __REVISION_NR_H__