From b5f6795d7176d5ba37ae1c925583ad627959131e Mon Sep 17 00:00:00 2001 From: Kim Kulling Date: Fri, 23 Feb 2024 08:20:29 +0100 Subject: [PATCH] Add zlib-header to ZipArchiveIOSystem.h - closes https://github.com/assimp/assimp/issues/5430 --- include/assimp/ZipArchiveIOSystem.h | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/include/assimp/ZipArchiveIOSystem.h b/include/assimp/ZipArchiveIOSystem.h index 9f3a4783b..8145e98f8 100644 --- a/include/assimp/ZipArchiveIOSystem.h +++ b/include/assimp/ZipArchiveIOSystem.h @@ -3,9 +3,7 @@ Open Asset Import Library (assimp) --------------------------------------------------------------------------- -Copyright (c) 2006-2022, assimp team - - +Copyright (c) 2006-2024, assimp team All rights reserved. @@ -55,6 +53,7 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. #include #include +#include namespace Assimp {