diff options
| author | Juan Linietsky | 2016-06-25 15:20:37 -0300 |
|---|---|---|
| committer | Juan Linietsky | 2016-06-25 15:20:37 -0300 |
| commit | 620da09b8714b446b2fc2fb0a9d897ce502f0377 (patch) | |
| tree | 9e5cc24fad34844088af64e4593f9cade706bd3b /drivers/windows/thread_windows.cpp | |
| parent | 8dac3bf3b10406d05c4d520e81082e490e3b76ff (diff) | |
| download | godot-620da09b8714b446b2fc2fb0a9d897ce502f0377.tar.gz godot-620da09b8714b446b2fc2fb0a9d897ce502f0377.tar.zst godot-620da09b8714b446b2fc2fb0a9d897ce502f0377.zip | |
try to fix windows build
Diffstat (limited to 'drivers/windows/thread_windows.cpp')
| -rw-r--r-- | drivers/windows/thread_windows.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/windows/thread_windows.cpp b/drivers/windows/thread_windows.cpp index 434f2e8fd..884575e81 100644 --- a/drivers/windows/thread_windows.cpp +++ b/drivers/windows/thread_windows.cpp @@ -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 { |
