Fix build with minizip-ng 4.0.8

This commit is contained in:
Joshua Vandaële
2025-01-11 12:19:37 +01:00
parent 3ea870ef8c
commit fa442dc90b
6 changed files with 19 additions and 9 deletions

View File

@ -6,8 +6,9 @@
#include <algorithm>
#include <memory>
#include <mz_compat.h>
#include <mz.h>
#include <mz_os.h>
#include <unzip.h>
#include "Common/CommonPaths.h"
#include "Common/Contains.h"