From 7babaadce5c7c787999e1a975f6ce0abb3167d51 Mon Sep 17 00:00:00 2001 From: lifegpc Date: Thu, 16 Oct 2025 10:34:28 +0800 Subject: [PATCH] Fix build with GCC --- hash_lib.h | 1 + 1 file changed, 1 insertion(+) diff --git a/hash_lib.h b/hash_lib.h index 27d9aeb..dfffb77 100644 --- a/hash_lib.h +++ b/hash_lib.h @@ -5,6 +5,7 @@ #ifdef __cplusplus #include #include +#include #include "fileop.h" namespace hash_lib { class Hash {