summaryrefslogtreecommitdiff
path: root/editor/editor_help.cpp
diff options
context:
space:
mode:
authorRĂ©mi Verschelde <rverschelde@gmail.com>2019-12-30 16:28:47 +0100
committerGitHub <noreply@github.com>2019-12-30 16:28:47 +0100
commitedf2ed5e5056b3f37014cafb2571dd31d65a4a96 (patch)
tree3e8a26c70b13525a6fed48799d3eaceac7e9baae /editor/editor_help.cpp
parent46bc05c5acf8cf9833f9a992935afaa8d074ad58 (diff)
parent078c0d75f2782e3eee5b1b4ed2176687bfd51f20 (diff)
Merge pull request #34582 from timothyqiu/forward-decl
Cleans up headers included in editor_node.h
Diffstat (limited to 'editor/editor_help.cpp')
-rw-r--r--editor/editor_help.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/editor/editor_help.cpp b/editor/editor_help.cpp
index bbbb50297f..2730e5cf89 100644
--- a/editor/editor_help.cpp
+++ b/editor/editor_help.cpp
@@ -35,6 +35,7 @@
#include "doc_data_compressed.gen.h"
#include "editor/plugins/script_editor_plugin.h"
#include "editor_node.h"
+#include "editor_scale.h"
#include "editor_settings.h"
#define CONTRIBUTE_URL "https://docs.godotengine.org/en/latest/community/contributing/updating_the_class_reference.html"