summaryrefslogtreecommitdiff
path: root/modules/gdnative/gdnative_library_editor_plugin.cpp
diff options
context:
space:
mode:
authorRémi Verschelde <remi@verschelde.fr>2022-02-15 16:22:11 +0100
committerGitHub <noreply@github.com>2022-02-15 16:22:11 +0100
commitfa67046e983a137e612b00e3de1d445cc4aa24ce (patch)
tree32280e24a2957b4edf32157f40a43a602ff147fb /modules/gdnative/gdnative_library_editor_plugin.cpp
parent1d910b1e5868814938d644ff181cf30d75516762 (diff)
parent11572c6e309692b62554ae852dfa8fb8943bcbd7 (diff)
Merge pull request #58136 from akien-mga/editor-includes-cleanup
Diffstat (limited to 'modules/gdnative/gdnative_library_editor_plugin.cpp')
-rw-r--r--modules/gdnative/gdnative_library_editor_plugin.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/modules/gdnative/gdnative_library_editor_plugin.cpp b/modules/gdnative/gdnative_library_editor_plugin.cpp
index 2440ef392e..66c8ab7b37 100644
--- a/modules/gdnative/gdnative_library_editor_plugin.cpp
+++ b/modules/gdnative/gdnative_library_editor_plugin.cpp
@@ -29,7 +29,9 @@
/*************************************************************************/
#ifdef TOOLS_ENABLED
+
#include "gdnative_library_editor_plugin.h"
+
#include "editor/editor_file_dialog.h"
#include "editor/editor_node.h"
#include "editor/editor_scale.h"