Fix build with GCC

This commit is contained in:
2025-10-16 10:34:28 +08:00
parent 852fe6eade
commit 7babaadce5

View File

@@ -5,6 +5,7 @@
#ifdef __cplusplus
#include <string>
#include <vector>
#include <string.h>
#include "fileop.h"
namespace hash_lib {
class Hash {