summaryrefslogtreecommitdiff
path: root/editor/editor_run_script.h
diff options
context:
space:
mode:
Diffstat (limited to 'editor/editor_run_script.h')
-rw-r--r--editor/editor_run_script.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/editor/editor_run_script.h b/editor/editor_run_script.h
index 1d2d53f299..28a854aaeb 100644
--- a/editor/editor_run_script.h
+++ b/editor/editor_run_script.h
@@ -33,7 +33,9 @@
#include "core/object/ref_counted.h"
#include "editor/editor_plugin.h"
+
class EditorNode;
+
class EditorScript : public RefCounted {
GDCLASS(EditorScript, RefCounted);