mirror of
https://github.com/bitcoin/bitcoin.git
synced 2026-06-13 00:00:23 +02:00
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:
@@ -9,7 +9,6 @@
|
||||
#include <tinyformat.h>
|
||||
|
||||
#include <memory>
|
||||
#include <span>
|
||||
#include <sstream>
|
||||
|
||||
uint256 CBlockHeader::GetHash() const
|
||||
|
||||
Reference in New Issue
Block a user