[10771] Explictly include Threading.h into WorldRunnable.h

Instead dependent from includes order in mangosd\WorldRunnable.cpp and mangosd\Master.cpp
This commit is contained in:
VladimirMangos 2010-11-22 01:29:58 +03:00
parent f186ec9135
commit 1b1d5c1001
2 changed files with 4 additions and 1 deletions

View file

@ -1,4 +1,4 @@
#ifndef __REVISION_NR_H__
#define __REVISION_NR_H__
#define REVISION_NR "10770"
#define REVISION_NR "10771"
#endif // __REVISION_NR_H__