From 01f0121773e63868418107af8996dc394d05f19d Mon Sep 17 00:00:00 2001 From: MouriNaruto Date: Mon, 23 Dec 2024 08:28:04 +0800 Subject: [PATCH] Fix the endian issue when use AICH hash algorithm caused by NanaZip's RHash dependency integration fault. --- NanaZip.Codecs/RHash/aich.h | 1 + 1 file changed, 1 insertion(+) diff --git a/NanaZip.Codecs/RHash/aich.h b/NanaZip.Codecs/RHash/aich.h index b1352091b..ba784712b 100644 --- a/NanaZip.Codecs/RHash/aich.h +++ b/NanaZip.Codecs/RHash/aich.h @@ -1,6 +1,7 @@ /* aich.h */ #ifndef AICH_H #define AICH_H +#include "byte_order.h" #include "sha1.h" #ifdef __cplusplus