From 06648827635cbf52fe93eb153975913cd568e746 Mon Sep 17 00:00:00 2001 From: Kim Kulling Date: Fri, 23 Feb 2024 11:30:37 +0100 Subject: [PATCH] Add zlib-header to ZipArchiveIOSystem.h (#5473) - 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 {