diff options
| author | Sefa Eyeoglu <contact@scrumplex.net> | 2023-01-25 10:32:49 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-01-25 10:32:49 +0100 |
| commit | 0546345182c04cf90e3096ff9e38b002759de32c (patch) | |
| tree | e97ca1085fa31e8e9cfacff167c9c9cd5964ddea /launcher/modplatform/flame | |
| parent | e4e8a51e5ccec11f844099be6754958fe0502a53 (diff) | |
| parent | 6e841a3b7e5f9270b730a10d991433f37678818a (diff) | |
| download | PrismLauncher-0546345182c04cf90e3096ff9e38b002759de32c.tar.gz PrismLauncher-0546345182c04cf90e3096ff9e38b002759de32c.tar.bz2 PrismLauncher-0546345182c04cf90e3096ff9e38b002759de32c.zip | |
Merge pull request #458 from Scrumplex/remove-updater
Diffstat (limited to 'launcher/modplatform/flame')
| -rw-r--r-- | launcher/modplatform/flame/FlameAPI.cpp | 2 |
1 files changed, 1 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) |
