From 0282ca061afc583037c02e4a8629ba2ca00dc2b0 Mon Sep 17 00:00:00 2001 From: Tristan Cormier Date: Sat, 23 Aug 2025 10:08:01 -0400 Subject: [PATCH] fix(build): include missing size_t definition in MD5.hpp --- common/MD5.hpp | 1 + 1 file changed, 1 insertion(+) diff --git a/common/MD5.hpp b/common/MD5.hpp index fdc1277..4551f7d 100644 --- a/common/MD5.hpp +++ b/common/MD5.hpp @@ -1,6 +1,7 @@ #ifndef COMMON_MD5_HPP #define COMMON_MD5_HPP +#include #include typedef struct {