diff options
Diffstat (limited to 'editor/editor_script.cpp')
-rw-r--r-- | editor/editor_script.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/editor/editor_script.cpp b/editor/editor_script.cpp index 4e8c5ad8b5..e675b9621e 100644 --- a/editor/editor_script.cpp +++ b/editor/editor_script.cpp @@ -32,6 +32,7 @@ #include "editor/editor_interface.h" #include "editor/editor_node.h" +#include "scene/main/node.h" void EditorScript::add_root_node(Node *p_node) { if (!EditorNode::get_singleton()) { |