[10777] Explictly include Threading.h into CliRunnable.h

Signed-off-by: VladimirMangos <vladimir@getmangos.com>
This commit is contained in:
alien 2010-11-22 12:45:06 +03:00 committed by VladimirMangos
parent fe5fc994a6
commit e873ccd289
2 changed files with 4 additions and 1 deletions

View file

@ -23,6 +23,9 @@
#ifndef __CLIRUNNABLE_H
#define __CLIRUNNABLE_H
#include "Common.h"
#include "Threading.h"
/// Command Line Interface handling thread
class CliRunnable : public ACE_Based::Runnable
{

View file

@ -1,4 +1,4 @@
#ifndef __REVISION_NR_H__
#define __REVISION_NR_H__
#define REVISION_NR "10776"
#define REVISION_NR "10777"
#endif // __REVISION_NR_H__