From 7ae470ea18baf7f31a7b4ebd4d0814fa13133fd9 Mon Sep 17 00:00:00 2001 From: Mrfanta-stick <105064999+Mrfanta-stick@users.noreply.github.com> Date: Wed, 4 Mar 2026 23:05:55 +0530 Subject: [PATCH] Fix compilation error with module_gdscript_enabled=no by adding explicit EditorSyntaxHighlighter include --- editor/doc/editor_help.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/editor/doc/editor_help.cpp b/editor/doc/editor_help.cpp index d1a8ea7cfb..56e2fd696e 100644 --- a/editor/doc/editor_help.cpp +++ b/editor/doc/editor_help.cpp @@ -50,6 +50,7 @@ #include "editor/gui/editor_toaster.h" #include "editor/inspector/editor_property_name_processor.h" #include "editor/script/script_editor_plugin.h" +#include "editor/script/syntax_highlighters.h" #include "editor/settings/editor_settings.h" #include "editor/themes/editor_scale.h" #include "scene/gui/line_edit.h"