diff options
author | Sefa Eyeoglu <contact@scrumplex.net> | 2022-06-12 12:22:48 +0200 |
---|---|---|
committer | Sefa Eyeoglu <contact@scrumplex.net> | 2022-06-12 13:39:47 +0200 |
commit | 2ff0aa09e35eb6910ef0a030ea41f84a1ed95782 (patch) | |
tree | e9e552ffe08c3655e91a1cf283fa35f4f0965f25 /launcher/ui/pages/modplatform/modrinth | |
parent | 32217a774f9902d3d523e7b7985bbe22060d0451 (diff) | |
download | PrismLauncher-2ff0aa09e35eb6910ef0a030ea41f84a1ed95782.tar.gz PrismLauncher-2ff0aa09e35eb6910ef0a030ea41f84a1ed95782.tar.bz2 PrismLauncher-2ff0aa09e35eb6910ef0a030ea41f84a1ed95782.zip |
fix: remove updater if it is not used
Diffstat (limited to 'launcher/ui/pages/modplatform/modrinth')
-rw-r--r-- | launcher/ui/pages/modplatform/modrinth/ModrinthModel.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/launcher/ui/pages/modplatform/modrinth/ModrinthModel.h b/launcher/ui/pages/modplatform/modrinth/ModrinthModel.h index 14aa6747..1b4d8da4 100644 --- a/launcher/ui/pages/modplatform/modrinth/ModrinthModel.h +++ b/launcher/ui/pages/modplatform/modrinth/ModrinthModel.h @@ -39,6 +39,7 @@ #include "modplatform/modrinth/ModrinthPackManifest.h" #include "ui/pages/modplatform/modrinth/ModrinthPage.h" +#include "net/NetJob.h" class ModPage; class Version; |