diff options
author | MarcoFalke <falke.marco@gmail.com> | 2021-11-30 14:49:43 +0100 |
---|---|---|
committer | MarcoFalke <falke.marco@gmail.com> | 2021-11-30 14:46:16 +0100 |
commit | fa815f8473c56df66302340c5961d18226a60e6f (patch) | |
tree | 118fda19c523e1837dcc2efc4756ead957f3ed34 /src/test | |
parent | ffdf8ee43e2440ab59b85846ab98854b17e49e49 (diff) |
Replace addrman.h include with forward decl in net.h
Also, add missing addrman.h includes
Diffstat (limited to 'src/test')
-rw-r--r-- | src/test/fuzz/connman.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/test/fuzz/connman.cpp b/src/test/fuzz/connman.cpp index 9e4718e603..fc5cd664dc 100644 --- a/src/test/fuzz/connman.cpp +++ b/src/test/fuzz/connman.cpp @@ -2,6 +2,7 @@ // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. +#include <addrman.h> #include <chainparams.h> #include <chainparamsbase.h> #include <net.h> |