diff options
Diffstat (limited to 'launcher/modplatform/atlauncher/ATLShareCode.h')
-rw-r--r-- | launcher/modplatform/atlauncher/ATLShareCode.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/launcher/modplatform/atlauncher/ATLShareCode.h b/launcher/modplatform/atlauncher/ATLShareCode.h index 88c30c98..69a493f8 100644 --- a/launcher/modplatform/atlauncher/ATLShareCode.h +++ b/launcher/modplatform/atlauncher/ATLShareCode.h @@ -18,9 +18,9 @@ #pragma once +#include <QJsonObject> #include <QString> #include <QVector> -#include <QJsonObject> namespace ATLauncher { @@ -44,4 +44,4 @@ struct ShareCodeResponse { void loadShareCodeResponse(ShareCodeResponse& r, QJsonObject& obj); -} +} // namespace ATLauncher |