fix: fix build on Qt 5.12

This commit is contained in:
Sefa Eyeoglu 2022-05-15 11:49:27 +02:00
parent 8e764fc8fb
commit 9731e06728
No known key found for this signature in database
GPG Key ID: C10411294912A422

View File

@ -21,6 +21,7 @@
#include <QCryptographicHash> #include <QCryptographicHash>
#include <QString> #include <QString>
#include <QUrl> #include <QUrl>
#include <QVector>
class MinecraftInstance; class MinecraftInstance;