From d5a114db0512a5d9426e6fa389d1eb23c295caaf Mon Sep 17 00:00:00 2001 From: Nicholas Guriev Date: Thu, 16 Apr 2026 12:18:51 +0300 Subject: [PATCH] Fix minizip include due to change in zlib zlib of version 1.3.2 removed /minizip suffix from the include path in their pkg-config metadata and suggested to move to #include --- base/zlib_help.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/base/zlib_help.h b/base/zlib_help.h index 0d70670..59d70fd 100644 --- a/base/zlib_help.h +++ b/base/zlib_help.h @@ -6,8 +6,9 @@ // #pragma once -#include -#include +#include +#include + #include "logs.h" #ifdef small