Modules: Make sure to include modules_enabled.gen.h where needed

This commit is contained in:
Rémi Verschelde 2021-11-12 13:42:58 +01:00
parent a54bd6e868
commit 88c4380737
No known key found for this signature in database
GPG key ID: C3336907360768E1
19 changed files with 30 additions and 21 deletions

View file

@ -30,12 +30,12 @@
#include "resource_importer_dynamicfont.h"
#include "dynamicfont_import_settings.h"
#include "core/io/file_access.h"
#include "core/io/resource_saver.h"
#include "dynamicfont_import_settings.h"
#include "editor/editor_node.h"
#include "modules/modules_enabled.gen.h"
#include "modules/modules_enabled.gen.h" // For freetype.
String ResourceImporterDynamicFont::get_importer_name() const {
return "font_data_dynamic";