Add zlib-header to ZipArchiveIOSystem.h (#5473)

- closes https://github.com/assimp/assimp/issues/5430
pull/5475/head
Kim Kulling 2024-02-23 11:30:37 +01:00 committed by GitHub
parent 4d6dd80257
commit 0664882763
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 3 deletions

View File

@ -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 <assimp/IOStream.hpp>
#include <assimp/IOSystem.hpp>
#include <zlib.h>
namespace Assimp {