mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-26 04:06:32 +00:00
Merge pull request #13273 from JoshuaVandaele/master
Fix build with minizip-ng>=4.0.8
This commit is contained in:
commit
90eba2b1a0
6 changed files with 19 additions and 9 deletions
|
@ -5,7 +5,7 @@
|
|||
|
||||
#include <algorithm>
|
||||
|
||||
#include <mz_compat.h>
|
||||
#include <unzip.h>
|
||||
|
||||
#include "Common/CommonTypes.h"
|
||||
#include "Common/ScopeGuard.h"
|
||||
|
|
|
@ -13,8 +13,8 @@
|
|||
#include <unordered_set>
|
||||
|
||||
#include <mbedtls/md5.h>
|
||||
#include <mz_compat.h>
|
||||
#include <pugixml.hpp>
|
||||
#include <unzip.h>
|
||||
|
||||
#include "Common/Align.h"
|
||||
#include "Common/Assert.h"
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue