From 078c0d75f2782e3eee5b1b4ed2176687bfd51f20 Mon Sep 17 00:00:00 2001 From: Haoyu Qiu Date: Tue, 24 Dec 2019 15:17:23 +0800 Subject: Cleans up headers included in editor_node.h --- modules/gdnative/gdnative_library_editor_plugin.cpp | 2 ++ modules/gdnative/register_types.cpp | 1 + 2 files changed, 3 insertions(+) (limited to 'modules/gdnative') diff --git a/modules/gdnative/gdnative_library_editor_plugin.cpp b/modules/gdnative/gdnative_library_editor_plugin.cpp index 5c84222797..78d26dc827 100644 --- a/modules/gdnative/gdnative_library_editor_plugin.cpp +++ b/modules/gdnative/gdnative_library_editor_plugin.cpp @@ -32,6 +32,8 @@ #include "gdnative_library_editor_plugin.h" #include "gdnative.h" +#include "editor/editor_scale.h" + void GDNativeLibraryEditor::edit(Ref p_library) { library = p_library; Ref config = p_library->get_config_file(); diff --git a/modules/gdnative/register_types.cpp b/modules/gdnative/register_types.cpp index fa59c704d5..818da65fb1 100644 --- a/modules/gdnative/register_types.cpp +++ b/modules/gdnative/register_types.cpp @@ -47,6 +47,7 @@ #include "core/project_settings.h" #ifdef TOOLS_ENABLED +#include "editor/editor_export.h" #include "editor/editor_node.h" #include "gdnative_library_editor_plugin.h" #include "gdnative_library_singleton_editor.h" -- cgit v1.2.3