fix(Core/Misc): fixed NOPCH build (#3448)
This commit is contained in:
parent
b67c30e263
commit
4e9e915a1d
2 changed files with 4 additions and 0 deletions
|
|
@ -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()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue