From a86f975ad97ca6c8e7080181e97e163371f7d884 Mon Sep 17 00:00:00 2001 From: Konstantin Akimov Date: Thu, 13 Jun 2024 02:46:29 +0700 Subject: [PATCH] fix: build with gcc 13.2.0 - missing header memory in addrdb --- src/addrdb.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/addrdb.h b/src/addrdb.h index 19be4b5bb4..4996f577b5 100644 --- a/src/addrdb.h +++ b/src/addrdb.h @@ -10,6 +10,7 @@ #include // For banmap_t #include +#include #include #include