diff options
author | trollodel <33117082+trollodel@users.noreply.github.com> | 2022-11-19 12:45:49 +0100 |
---|---|---|
committer | trollodel <33117082+trollodel@users.noreply.github.com> | 2022-11-29 09:59:43 +0100 |
commit | c90d0bd84f442f3baf69096fe124035352e7b145 (patch) | |
tree | f5d5dfdf98f97bdea653ef51d38d8327524646c5 /editor/plugins/text_editor.h | |
parent | 55dae301777ba609c3255026f9a9852a0dbfd43b (diff) | |
download | redot-engine-c90d0bd84f442f3baf69096fe124035352e7b145.tar.gz |
Use forward-declarations in big editor classes
Diffstat (limited to 'editor/plugins/text_editor.h')
-rw-r--r-- | editor/plugins/text_editor.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/editor/plugins/text_editor.h b/editor/plugins/text_editor.h index 486a0f2c23..9f2132bc0b 100644 --- a/editor/plugins/text_editor.h +++ b/editor/plugins/text_editor.h @@ -33,6 +33,8 @@ #include "script_editor_plugin.h" +#include "editor/code_editor.h" + class TextEditor : public ScriptEditorBase { GDCLASS(TextEditor, ScriptEditorBase); |