From fa815f8473c56df66302340c5961d18226a60e6f Mon Sep 17 00:00:00 2001 From: MarcoFalke Date: Tue, 30 Nov 2021 14:49:43 +0100 Subject: Replace addrman.h include with forward decl in net.h Also, add missing addrman.h includes --- src/rpc/net.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/rpc/net.cpp') diff --git a/src/rpc/net.cpp b/src/rpc/net.cpp index e33f1ce4a3..f4456bebc5 100644 --- a/src/rpc/net.cpp +++ b/src/rpc/net.cpp @@ -4,6 +4,7 @@ #include +#include #include #include #include -- cgit v1.2.3