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
19 changed files with 30 additions and 21 deletions

View File

@@ -33,6 +33,8 @@
#include "core/error/error_macros.h"
#include "core/string/print_string.h"
#include "modules/modules_enabled.gen.h" // For freetype, msdfgen.
#ifdef MODULE_MSDFGEN_ENABLED
#include "core/ShapeDistanceFinder.h"
#include "core/contour-combiners.h"