try to fix windows build
This commit is contained in:
parent
8dac3bf3b1
commit
620da09b87
2 changed files with 2 additions and 1 deletions
|
@ -31,7 +31,7 @@
|
|||
#if defined(WINDOWS_ENABLED) && !defined(WINRT_ENABLED)
|
||||
|
||||
#include "os/memory.h"
|
||||
#include "script_language.h"
|
||||
|
||||
|
||||
Thread::ID ThreadWindows::get_ID() const {
|
||||
|
||||
|
|
|
@ -36,6 +36,7 @@
|
|||
#ifdef WINDOWS_ENABLED
|
||||
|
||||
#include "os/thread.h"
|
||||
#include "script_language.h"
|
||||
#include <windows.h>
|
||||
|
||||
class ThreadWindows : public Thread {
|
||||
|
|
Loading…
Reference in a new issue