From 79a7bf02eb934dcf924d9f5cde55ba17d41643bf Mon Sep 17 00:00:00 2001 From: Tillmann Karras Date: Sat, 28 May 2022 23:19:55 +0100 Subject: CMake: rename minizip to minizip-ng minizip-ng is the new name used by the upstream project as well as all distros other than Fedora (but it looks like it will be renamed there). --- Source/Core/DiscIO/VolumeVerifier.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Source/Core/DiscIO/VolumeVerifier.cpp') diff --git a/Source/Core/DiscIO/VolumeVerifier.cpp b/Source/Core/DiscIO/VolumeVerifier.cpp index 05070e3878..84ab51ef13 100644 --- a/Source/Core/DiscIO/VolumeVerifier.cpp +++ b/Source/Core/DiscIO/VolumeVerifier.cpp @@ -14,8 +14,8 @@ #include #include +#include #include -#include #include "Common/Align.h" #include "Common/Assert.h" -- cgit v1.2.3