aboutsummaryrefslogtreecommitdiff
path: root/launcher/modplatform
diff options
context:
space:
mode:
authorSefa Eyeoglu <contact@scrumplex.net>2023-01-25 10:32:49 +0100
committerGitHub <noreply@github.com>2023-01-25 10:32:49 +0100
commit0546345182c04cf90e3096ff9e38b002759de32c (patch)
treee97ca1085fa31e8e9cfacff167c9c9cd5964ddea /launcher/modplatform
parente4e8a51e5ccec11f844099be6754958fe0502a53 (diff)
parent6e841a3b7e5f9270b730a10d991433f37678818a (diff)
downloadPrismLauncher-0546345182c04cf90e3096ff9e38b002759de32c.tar.gz
PrismLauncher-0546345182c04cf90e3096ff9e38b002759de32c.tar.bz2
PrismLauncher-0546345182c04cf90e3096ff9e38b002759de32c.zip
Merge pull request #458 from Scrumplex/remove-updater
Diffstat (limited to 'launcher/modplatform')
-rw-r--r--launcher/modplatform/flame/FlameAPI.cpp2
-rw-r--r--launcher/modplatform/modrinth/ModrinthAPI.cpp1
2 files changed, 2 insertions, 1 deletions
diff --git a/launcher/modplatform/flame/FlameAPI.cpp b/launcher/modplatform/flame/FlameAPI.cpp
index 57f70047..4b926ec3 100644
--- a/launcher/modplatform/flame/FlameAPI.cpp
+++ b/launcher/modplatform/flame/FlameAPI.cpp
@@ -8,7 +8,7 @@
#include "Application.h"
#include "BuildConfig.h"
#include "Json.h"
-
+#include "net/NetJob.h"
#include "net/Upload.h"
Task::Ptr FlameAPI::matchFingerprints(const QList<uint>& fingerprints, QByteArray* response)
diff --git a/launcher/modplatform/modrinth/ModrinthAPI.cpp b/launcher/modplatform/modrinth/ModrinthAPI.cpp
index 0c601d22..5a16113d 100644
--- a/launcher/modplatform/modrinth/ModrinthAPI.cpp
+++ b/launcher/modplatform/modrinth/ModrinthAPI.cpp
@@ -6,6 +6,7 @@
#include "Application.h"
#include "Json.h"
+#include "net/NetJob.h"
#include "net/Upload.h"
Task::Ptr ModrinthAPI::currentVersion(QString hash, QString hash_format, QByteArray* response)