ci: Add IWYU job

The change in `src/crypto/hex_base.cpp` is because GCC 14 is not
affected by an IWYU bug.
See: https://github.com/include-what-you-use/include-what-you-use/issues/1763.
This commit is contained in:
Hennadii Stepanov
2025-12-17 20:29:25 +00:00
parent 94e4f04d7c
commit 2c78814e0e
6 changed files with 48 additions and 8 deletions

View File

@@ -8,7 +8,6 @@
#include <cassert>
#include <cstring>
#include <string>
#include <tuple>
namespace {