serialize: Add missing <span> header

Including the missing `<span>` header in `serialize.h` allows IWYU to
correctly evaluate its redundancy elsewhere.
This commit is contained in:
Hennadii Stepanov
2026-03-10 18:03:34 +00:00
parent c53021b0ec
commit 6d2952c3c3
10 changed files with 1 additions and 9 deletions

View File

@@ -9,7 +9,6 @@
#include <tinyformat.h>
#include <memory>
#include <span>
#include <sstream>
uint256 CBlockHeader::GetHash() const