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__