diff options
author | swirl <swurl@swurl.xyz> | 2022-02-03 14:14:12 -0500 |
---|---|---|
committer | swirl <swurl@swurl.xyz> | 2022-02-03 14:14:12 -0500 |
commit | 076efc4cb2586edbc11868bd93f48cfe03eb5a6d (patch) | |
tree | c525883696e42d8b3e2253e1b2eb08d43883abc6 /launcher/modplatform/technic | |
parent | 2c62a34c2f47961e343b8aae37cd76ed7520593e (diff) | |
parent | c4cb7ddc4f9c06006d585ba7ff7405ac0cfdbb3c (diff) | |
download | PrismLauncher-076efc4cb2586edbc11868bd93f48cfe03eb5a6d.tar.gz PrismLauncher-076efc4cb2586edbc11868bd93f48cfe03eb5a6d.tar.bz2 PrismLauncher-076efc4cb2586edbc11868bd93f48cfe03eb5a6d.zip |
Merge branch 'update-quazip' of git://github.com/Scrumplex/PolyMC into develop
Diffstat (limited to 'launcher/modplatform/technic')
-rw-r--r-- | launcher/modplatform/technic/SingleZipPackInstallTask.h | 2 | ||||
-rw-r--r-- | launcher/modplatform/technic/TechnicPackProcessor.cpp | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/launcher/modplatform/technic/SingleZipPackInstallTask.h b/launcher/modplatform/technic/SingleZipPackInstallTask.h index 74f60941..4d1fcbff 100644 --- a/launcher/modplatform/technic/SingleZipPackInstallTask.h +++ b/launcher/modplatform/technic/SingleZipPackInstallTask.h @@ -18,7 +18,7 @@ #include "InstanceTask.h" #include "net/NetJob.h" -#include "quazip.h" +#include <quazip/quazip.h> #include <QFutureWatcher> #include <QStringList> diff --git a/launcher/modplatform/technic/TechnicPackProcessor.cpp b/launcher/modplatform/technic/TechnicPackProcessor.cpp index 52979b7c..c45061ac 100644 --- a/launcher/modplatform/technic/TechnicPackProcessor.cpp +++ b/launcher/modplatform/technic/TechnicPackProcessor.cpp @@ -19,9 +19,9 @@ #include <Json.h> #include <minecraft/MinecraftInstance.h> #include <minecraft/PackProfile.h> -#include <quazip.h> -#include <quazipdir.h> -#include <quazipfile.h> +#include <quazip/quazip.h> +#include <quazip/quazipdir.h> +#include <quazip/quazipfile.h> #include <settings/INISettingsObject.h> #include <memory> |