mirror of
https://github.com/mangosfour/server.git
synced 2025-12-13 13:37:05 +00:00
[10777] Explictly include Threading.h into CliRunnable.h
Signed-off-by: VladimirMangos <vladimir@getmangos.com>
This commit is contained in:
parent
fe5fc994a6
commit
e873ccd289
2 changed files with 4 additions and 1 deletions
|
|
@ -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
|
||||
{
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
#ifndef __REVISION_NR_H__
|
||||
#define __REVISION_NR_H__
|
||||
#define REVISION_NR "10776"
|
||||
#define REVISION_NR "10777"
|
||||
#endif // __REVISION_NR_H__
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue