diff options
Diffstat (limited to 'launcher/modplatform/technic/SolderPackManifest.h')
-rw-r--r-- | launcher/modplatform/technic/SolderPackManifest.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/launcher/modplatform/technic/SolderPackManifest.h b/launcher/modplatform/technic/SolderPackManifest.h index 09f18df0..917b4eef 100644 --- a/launcher/modplatform/technic/SolderPackManifest.h +++ b/launcher/modplatform/technic/SolderPackManifest.h @@ -18,9 +18,9 @@ #pragma once +#include <QJsonObject> #include <QString> #include <QVector> -#include <QJsonObject> namespace TechnicSolder { @@ -46,4 +46,4 @@ struct PackBuild { void loadPackBuild(PackBuild& v, QJsonObject& obj); -} +} // namespace TechnicSolder |