diff options
author | Petr Mrázek <peterix@gmail.com> | 2021-11-10 03:16:04 +0100 |
---|---|---|
committer | Petr Mrázek <peterix@gmail.com> | 2021-11-10 03:16:04 +0100 |
commit | 25fbeb265a368b16354d5e44887508121766c45a (patch) | |
tree | ee5def45fe012e68028da1cc8e1079839151d74b /launcher/minecraft | |
parent | 30d5a7ab485d9fa02e668a964e97419a317b8167 (diff) | |
download | PrismLauncher-25fbeb265a368b16354d5e44887508121766c45a.tar.gz PrismLauncher-25fbeb265a368b16354d5e44887508121766c45a.tar.bz2 PrismLauncher-25fbeb265a368b16354d5e44887508121766c45a.zip |
NOISSUE fix build some more
Diffstat (limited to 'launcher/minecraft')
-rw-r--r-- | launcher/minecraft/auth/flows/AuthContext.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/launcher/minecraft/auth/flows/AuthContext.cpp b/launcher/minecraft/auth/flows/AuthContext.cpp index 17fcc9dc..349fda4b 100644 --- a/launcher/minecraft/auth/flows/AuthContext.cpp +++ b/launcher/minecraft/auth/flows/AuthContext.cpp @@ -9,6 +9,8 @@ #include <QJsonObject> #include <QJsonArray> +#include <QUuid> + #include <QUrlQuery> #include <QPixmap> |