From f44abe4bed25a40145ab168adc1589f5df4146f3 Mon Sep 17 00:00:00 2001 From: Hennadii Stepanov <32963518+hebasto@users.noreply.github.com> Date: Tue, 29 Oct 2019 10:49:48 +0200 Subject: refactor: Remove addrdb.h dependency from node.h --- src/banman.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/banman.h') diff --git a/src/banman.h b/src/banman.h index a1a00309dd..a01190e694 100644 --- a/src/banman.h +++ b/src/banman.h @@ -10,6 +10,7 @@ #include #include +#include // For banmap_t #include // NOTE: When adjusting this, update rpcnet:setban's help ("24h") -- cgit v1.2.3