fix(Core/Misc): fixed NOPCH build (#3448)

This commit is contained in:
Andrius Peleckas
2020-10-04 11:13:06 +02:00
committed by GitHub
parent b67c30e263
commit 4e9e915a1d
2 changed files with 4 additions and 0 deletions

View File

@@ -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()