From 14828c331c6ce44a90160fbe9892346c4970116d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9mi=20Verschelde?= Date: Mon, 1 Aug 2022 00:40:18 +0200 Subject: [PATCH] Mono: Fix build after #63737 --- modules/mono/editor/editor_internal_calls.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/mono/editor/editor_internal_calls.cpp b/modules/mono/editor/editor_internal_calls.cpp index cfbb937aacf..f830c7ffe1c 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"