Skip to content

Commit a86f975

Browse files
committed
fix: build with gcc 13.2.0 - missing header memory in addrdb
1 parent e4b22a6 commit a86f975

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/addrdb.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
#include <net_types.h> // For banmap_t
1111
#include <univalue.h>
1212

13+
#include <memory>
1314
#include <optional>
1415
#include <vector>
1516

0 commit comments

Comments
 (0)