diff --git a/src/mangosd/CliRunnable.h b/src/mangosd/CliRunnable.h index 4e65c01bb..6db60003e 100644 --- a/src/mangosd/CliRunnable.h +++ b/src/mangosd/CliRunnable.h @@ -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 { diff --git a/src/shared/revision_nr.h b/src/shared/revision_nr.h index e622f72a3..6aa444530 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 "10776" + #define REVISION_NR "10777" #endif // __REVISION_NR_H__