ci, iwyu: Fix warnings in src/primitives and treat them as errors

This commit is contained in:
Hennadii Stepanov
2026-01-20 14:46:00 +00:00
parent c84c752506
commit fdc9fe2da6
6 changed files with 18 additions and 5 deletions

View File

@@ -8,6 +8,10 @@
#include <hash.h>
#include <tinyformat.h>
#include <memory>
#include <span>
#include <sstream>
uint256 CBlockHeader::GetHash() const
{
return (HashWriter{} << *this).GetHash();