diff options
author | Rémi Verschelde <remi@verschelde.fr> | 2021-07-15 09:24:34 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-07-15 09:24:34 +0200 |
commit | f79958a30e1808b8ea71c6c051e7d41f073876fe (patch) | |
tree | 84ae1c93e4d8bc013358f18d7e51dfbe9604c3b7 /editor/plugin_config_dialog.cpp | |
parent | b3349e4c68e86c85dd8f07ac0c50ffb57f0659d1 (diff) | |
parent | 06568bbfdfbecb489d3263f6df1e7d298642cd61 (diff) | |
download | redot-engine-f79958a30e1808b8ea71c6c051e7d41f073876fe.tar.gz |
Merge pull request #50468 from akien-mga/cleanup-header-includes
Misc cleanup of header includes
Diffstat (limited to 'editor/plugin_config_dialog.cpp')
-rw-r--r-- | editor/plugin_config_dialog.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/editor/plugin_config_dialog.cpp b/editor/plugin_config_dialog.cpp index f55d77d782..cbcc3c9880 100644 --- a/editor/plugin_config_dialog.cpp +++ b/editor/plugin_config_dialog.cpp @@ -29,6 +29,7 @@ /*************************************************************************/ #include "plugin_config_dialog.h" + #include "core/io/config_file.h" #include "core/io/dir_access.h" #include "editor/editor_node.h" |