diff options
author | RĂ©mi Verschelde <rverschelde@gmail.com> | 2020-02-21 11:56:40 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-02-21 11:56:40 +0100 |
commit | a24aafcb92992f860694bf411acab1080fc0b3db (patch) | |
tree | fa1e7a1e80ec7cbe0546a752732bf34b66299100 /platform | |
parent | 8b058d4b9a63799e29d3e9ef551bbdf8144f8f8b (diff) | |
parent | cbc450c0e53dbfc31a30f5ebf37c51cee77cde5c (diff) |
Merge pull request #36244 from Faless/debugger/big_refactor_squash
Huge Debugger/EditorDebugger refactor.
Diffstat (limited to 'platform')
-rw-r--r-- | platform/windows/os_windows.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/platform/windows/os_windows.cpp b/platform/windows/os_windows.cpp index b9cd277657..41720360c3 100644 --- a/platform/windows/os_windows.cpp +++ b/platform/windows/os_windows.cpp @@ -34,6 +34,7 @@ #include "os_windows.h" #include "core/io/marshalls.h" +#include "core/script_language.h" #include "core/version_generated.gen.h" #if defined(OPENGL_ENABLED) |