From f590980c3e2e4ee0014f81f7b58d405f65ee4d9d Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Adrien=20B=C3=A9raud?= <adrien.beraud@savoirfairelinux.com>
Date: Sun, 27 Feb 2022 03:33:50 -0500
Subject: [PATCH] infohash: include cstddef

---
 include/opendht/infohash.h | 1 +
 1 file changed, 1 insertion(+)

diff --git a/include/opendht/infohash.h b/include/opendht/infohash.h
index 7ea53b3d..6f926a4b 100644
--- a/include/opendht/infohash.h
+++ b/include/opendht/infohash.h
@@ -44,6 +44,7 @@ typedef uint16_t in_port_t;
 #include <stdexcept>
 #include <sstream>
 #include <cstring>
+#include <cstddef>
 
 namespace dht {
 
-- 
GitLab