Fix build with minizip-ng 4.0.8

This commit is contained in:
Joshua Vandaële 2025-01-11 12:19:37 +01:00
commit fa442dc90b
No known key found for this signature in database
GPG key ID: 5E8F4E7EDBD390EA
6 changed files with 19 additions and 9 deletions

View file

@ -5,7 +5,7 @@
#include <algorithm>
#include <mz_compat.h>
#include <unzip.h>
#include "Common/CommonTypes.h"
#include "Common/ScopeGuard.h"