mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-13 17:19:07 +00:00
fix(Core/Misc): fixed NOPCH build (#3448)
This commit is contained in:
@@ -10,6 +10,9 @@
|
||||
#include <chrono>
|
||||
#include <system_error>
|
||||
|
||||
#ifdef WIN32
|
||||
#include <windows.h>
|
||||
#endif // WIN32
|
||||
using namespace acore;
|
||||
|
||||
Thread::Thread() : m_task(nullptr), m_iThreadId(), m_ThreadImp()
|
||||
|
||||
Reference in New Issue
Block a user