try to fix windows build

This commit is contained in:
Juan Linietsky 2016-06-25 15:20:37 -03:00
parent 8dac3bf3b1
commit 620da09b87
2 changed files with 2 additions and 1 deletions

View file

@ -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 {

View file

@ -36,6 +36,7 @@
#ifdef WINDOWS_ENABLED
#include "os/thread.h"
#include "script_language.h"
#include <windows.h>
class ThreadWindows : public Thread {