aboutsummaryrefslogtreecommitdiff
path: root/src/net.h
diff options
context:
space:
mode:
authorJon Atack <jon@atack.com>2022-04-01 12:23:01 +0200
committerfanquake <fanquake@gmail.com>2022-04-08 13:26:34 +0100
commit6374e24887e3957cfcf17841a8c48cac2ffbda4f (patch)
tree4d0dc17a620e1215c2c0c61682cc882d77ce0fb3 /src/net.h
parent1ea76767d081054fe40c98f241b484d18133389e (diff)
downloadbitcoin-6374e24887e3957cfcf17841a8c48cac2ffbda4f.tar.xz
Put lock logging behind DEBUG_LOCKCONTENTION preprocessor directive
Github-Pull: #24770 Rebased-From: 39a34b6877945908759f6a2322f60852e521e2ee
Diffstat (limited to 'src/net.h')
-rw-r--r--src/net.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/net.h b/src/net.h
index a38310938b..2e0a45b874 100644
--- a/src/net.h
+++ b/src/net.h
@@ -13,6 +13,7 @@
#include <crypto/siphash.h>
#include <hash.h>
#include <i2p.h>
+#include <logging.h>
#include <net_permissions.h>
#include <netaddress.h>
#include <netbase.h>
@@ -32,6 +33,7 @@
#include <cstdint>
#include <deque>
#include <functional>
+#include <list>
#include <map>
#include <memory>
#include <optional>