From 8d5ff679bbce974f4d719c3b46205ed145315637 Mon Sep 17 00:00:00 2001 From: xanimo Date: Thu, 20 Jun 2024 19:34:22 -0700 Subject: [PATCH] addrman: add missing header --- src/addrman.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/addrman.cpp b/src/addrman.cpp index 33a623c1f2c..6e66e655a48 100644 --- a/src/addrman.cpp +++ b/src/addrman.cpp @@ -9,6 +9,8 @@ #include "serialize.h" #include "streams.h" +#include + int CAddrInfo::GetTriedBucket(const uint256& nKey) const { uint64_t hash1 = (CHashWriter(SER_GETHASH, 0) << nKey << GetKey()).GetHash().GetCheapHash();