diff options
| author | Rémi Verschelde <rverschelde@gmail.com> | 2022-08-01 00:40:18 +0200 |
|---|---|---|
| committer | Rémi Verschelde <rverschelde@gmail.com> | 2022-08-01 00:40:18 +0200 |
| commit | 14828c331c6ce44a90160fbe9892346c4970116d (patch) | |
| tree | 20c30349ebfd85015c864c15a89a4b8c26ceb148 | |
| parent | f04004b24c5844d4974db1ce55e7059fc007d4f9 (diff) | |
| download | redot-engine-14828c331c6ce44a90160fbe9892346c4970116d.tar.gz | |
Mono: Fix build after #63737
| -rw-r--r-- | modules/mono/editor/editor_internal_calls.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/mono/editor/editor_internal_calls.cpp b/modules/mono/editor/editor_internal_calls.cpp index cfbb937aac..f830c7ffe1 100644 --- a/modules/mono/editor/editor_internal_calls.cpp +++ b/modules/mono/editor/editor_internal_calls.cpp @@ -41,6 +41,7 @@ #include "editor/editor_node.h" #include "editor/editor_paths.h" #include "editor/editor_scale.h" +#include "editor/editor_settings.h" #include "editor/plugins/script_editor_plugin.h" #include "main/main.h" |
