summaryrefslogtreecommitdiff
path: root/modules/mono
diff options
context:
space:
mode:
authortrollodel <33117082+trollodel@users.noreply.github.com>2022-11-19 12:45:49 +0100
committertrollodel <33117082+trollodel@users.noreply.github.com>2022-11-29 09:59:43 +0100
commitc90d0bd84f442f3baf69096fe124035352e7b145 (patch)
treef5d5dfdf98f97bdea653ef51d38d8327524646c5 /modules/mono
parent55dae301777ba609c3255026f9a9852a0dbfd43b (diff)
Use forward-declarations in big editor classes
Diffstat (limited to 'modules/mono')
-rw-r--r--modules/mono/csharp_script.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/mono/csharp_script.cpp b/modules/mono/csharp_script.cpp
index a4bffc1e3c..cfb9a0fbfb 100644
--- a/modules/mono/csharp_script.cpp
+++ b/modules/mono/csharp_script.cpp
@@ -46,6 +46,7 @@
#include "editor/editor_internal_calls.h"
#include "editor/editor_node.h"
#include "editor/editor_settings.h"
+#include "editor/inspector_dock.h"
#include "editor/node_dock.h"
#include "editor/script_templates/templates.gen.h"
#endif