diff options
author | Sefa Eyeoglu <contact@scrumplex.net> | 2022-05-15 11:49:27 +0200 |
---|---|---|
committer | Sefa Eyeoglu <contact@scrumplex.net> | 2022-05-15 11:49:27 +0200 |
commit | 9731e06728ab1bdf11f6891b563d9f7123c1a0d8 (patch) | |
tree | cc7fd4dac708df075b6791490cfb3bb058777e5a /launcher/modplatform/modrinth/ModrinthPackManifest.h | |
parent | 8e764fc8fb2adcc4c1e7fc9895133fc1a23b2fba (diff) | |
download | PrismLauncher-9731e06728ab1bdf11f6891b563d9f7123c1a0d8.tar.gz PrismLauncher-9731e06728ab1bdf11f6891b563d9f7123c1a0d8.tar.bz2 PrismLauncher-9731e06728ab1bdf11f6891b563d9f7123c1a0d8.zip |
fix: fix build on Qt 5.12
Diffstat (limited to 'launcher/modplatform/modrinth/ModrinthPackManifest.h')
-rw-r--r-- | launcher/modplatform/modrinth/ModrinthPackManifest.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/launcher/modplatform/modrinth/ModrinthPackManifest.h b/launcher/modplatform/modrinth/ModrinthPackManifest.h index 585f692a..33c3fc5e 100644 --- a/launcher/modplatform/modrinth/ModrinthPackManifest.h +++ b/launcher/modplatform/modrinth/ModrinthPackManifest.h @@ -21,6 +21,7 @@ #include <QCryptographicHash> #include <QString> #include <QUrl> +#include <QVector> class MinecraftInstance; |