From 7d4601a64881d1a571ac883e8eb23a5d8389ba16 Mon Sep 17 00:00:00 2001 From: "Artem S. Tashkinov" Date: Sat, 27 Jun 2026 20:08:29 +0400 Subject: [PATCH] Fix compilation errors with GCC MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit error: ‘size_t’ has not been declared --- src/common/md5.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/common/md5.h b/src/common/md5.h index f61d72e..beab19e 100644 --- a/src/common/md5.h +++ b/src/common/md5.h @@ -2,6 +2,7 @@ #define MD5_H #include +#include namespace MD5 { typedef struct{