diff options
author | Petr Mrázek <peterix@gmail.com> | 2021-11-10 03:12:01 +0100 |
---|---|---|
committer | Petr Mrázek <peterix@gmail.com> | 2021-11-10 03:12:01 +0100 |
commit | 30d5a7ab485d9fa02e668a964e97419a317b8167 (patch) | |
tree | 492e6e0152cf29bac68291443ddcd06a5b977fda /launcher/minecraft/auth/flows | |
parent | 475d949a1e384d5de16bea5c90fee115460b4b8b (diff) | |
download | PrismLauncher-30d5a7ab485d9fa02e668a964e97419a317b8167.tar.gz PrismLauncher-30d5a7ab485d9fa02e668a964e97419a317b8167.tar.bz2 PrismLauncher-30d5a7ab485d9fa02e668a964e97419a317b8167.zip |
NOISSUE fix build
Diffstat (limited to 'launcher/minecraft/auth/flows')
-rw-r--r-- | launcher/minecraft/auth/flows/Parsers.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/launcher/minecraft/auth/flows/Parsers.cpp b/launcher/minecraft/auth/flows/Parsers.cpp index e79d67f2..ecb11cf9 100644 --- a/launcher/minecraft/auth/flows/Parsers.cpp +++ b/launcher/minecraft/auth/flows/Parsers.cpp @@ -2,6 +2,7 @@ #include <QJsonDocument> #include <QJsonArray> +#include <QDebug> namespace Parsers { |