diff options
author | Petr Mrázek <peterix@gmail.com> | 2021-12-04 01:27:58 +0100 |
---|---|---|
committer | Petr Mrázek <peterix@gmail.com> | 2021-12-04 01:27:58 +0100 |
commit | db6431d9e064e929ba9dafcf69422270a5ab369d (patch) | |
tree | 046cb27e9aa4c7860ee5dea8188a405211c62100 | |
parent | 3c46d8a412956a759f61ae802c540ef72d00b35d (diff) | |
download | PrismLauncher-db6431d9e064e929ba9dafcf69422270a5ab369d.tar.gz PrismLauncher-db6431d9e064e929ba9dafcf69422270a5ab369d.tar.bz2 PrismLauncher-db6431d9e064e929ba9dafcf69422270a5ab369d.zip |
NOISSUE add missing chrono include
-rw-r--r-- | launcher/minecraft/auth/AccountList.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/launcher/minecraft/auth/AccountList.cpp b/launcher/minecraft/auth/AccountList.cpp index c44e3e89..f7866f37 100644 --- a/launcher/minecraft/auth/AccountList.cpp +++ b/launcher/minecraft/auth/AccountList.cpp @@ -32,6 +32,8 @@ #include <FileSystem.h> #include <QSaveFile> +#include <chrono> + enum AccountListVersion { MojangOnly = 2, MojangMSA = 3 |