diff options
author | Yehonal <yehonal.azeroth@gmail.com> | 2016-08-10 12:39:25 +0200 |
---|---|---|
committer | Yehonal <yehonal.azeroth@gmail.com> | 2016-08-10 12:39:53 +0200 |
commit | fc8599299e785cd18a483fa6e6e64bb63db73f0e (patch) | |
tree | fb90a29815a5f85f4b57d318d05b72f7eb487d76 /src/server/shared/Logging/Log.h | |
parent | 6f7a0465750ac11c668e1cfd5fa2502059325f10 (diff) |
[CORE] Allowing compilation with c++11
Diffstat (limited to 'src/server/shared/Logging/Log.h')
-rw-r--r-- | src/server/shared/Logging/Log.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/server/shared/Logging/Log.h b/src/server/shared/Logging/Log.h index c7f857272f..5bd353c580 100644 --- a/src/server/shared/Logging/Log.h +++ b/src/server/shared/Logging/Log.h @@ -20,6 +20,7 @@ #define AZEROTHCORE_LOG_H #include "Common.h" +#include <ace/Task.h> #include <ace/Singleton.h> class WorldPacket; |