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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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()