summaryrefslogtreecommitdiff
path: root/src/server/shared/Logging/Log.h
diff options
context:
space:
mode:
authorYehonal <yehonal.azeroth@gmail.com>2016-08-10 12:39:25 +0200
committerYehonal <yehonal.azeroth@gmail.com>2016-08-10 12:39:53 +0200
commitfc8599299e785cd18a483fa6e6e64bb63db73f0e (patch)
treefb90a29815a5f85f4b57d318d05b72f7eb487d76 /src/server/shared/Logging/Log.h
parent6f7a0465750ac11c668e1cfd5fa2502059325f10 (diff)
[CORE] Allowing compilation with c++11
Diffstat (limited to 'src/server/shared/Logging/Log.h')
-rw-r--r--src/server/shared/Logging/Log.h1
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;