mirror of
https://github.com/bitcoin/bitcoin.git
synced 2026-04-11 08:07:33 +02:00
ci, iwyu: Fix warnings in src/primitives and treat them as errors
This commit is contained in:
@@ -8,6 +8,10 @@
|
||||
#include <hash.h>
|
||||
#include <tinyformat.h>
|
||||
|
||||
#include <memory>
|
||||
#include <span>
|
||||
#include <sstream>
|
||||
|
||||
uint256 CBlockHeader::GetHash() const
|
||||
{
|
||||
return (HashWriter{} << *this).GetHash();
|
||||
|
||||
Reference in New Issue
Block a user