diff --git a/common/themes/theme_editor_dialog.cpp b/common/themes/theme_editor_dialog.cpp index b8fa6b7d..391b6d54 100644 --- a/common/themes/theme_editor_dialog.cpp +++ b/common/themes/theme_editor_dialog.cpp @@ -1,4 +1,5 @@ #include "theme_editor_dialog.h" + #include "theme_json_utils.h" #include diff --git a/common/themes/theme_repository.cpp b/common/themes/theme_repository.cpp index 2365109b..989219f1 100644 --- a/common/themes/theme_repository.cpp +++ b/common/themes/theme_repository.cpp @@ -1,13 +1,15 @@ #include "theme_repository.h" + #include "theme_json_utils.h" -#include #include #include #include #include #include +#include + namespace { QString builtinNameFromFileName(QString fileName) {