util, iwyu: Add missed header #35186
pull hebasto wants to merge 1 commits into bitcoin:master from hebasto:260430-feefrac-header changing 1 files +1 −0-
hebasto commented at 7:42 PM on April 30, 2026: member
-
util, iwyu: Add missed header d28179bac9
-
DrahtBot commented at 7:43 PM on April 30, 2026: contributor
<!--e57a25ab6845829454e8d69fc972939a-->
The following sections might be updated with supplementary metadata relevant to reviewers and maintainers.
<!--021abf342d371248e50ceaed478a90ca-->
Reviews
See the guideline for information on the review process.
If your review is incorrectly listed, please copy-paste <code><!--meta-tag:bot-skip--></code> into the comment that the bot should ignore.
<!--5faf32d7da4f0f540f40219e4f7537a3-->
- brunoerg approved
-
brunoerg commented at 7:45 PM on April 30, 2026: contributor
ACK d28179bac902cd35ca4b2ceafa9cb6da19936190
-
pinheadmz commented at 7:58 PM on April 30, 2026: member
ACK d28179bac902cd35ca4b2ceafa9cb6da19936190
should fix failure seen here https://github.com/bitcoin/bitcoin/actions/runs/25186108957/job/73843745290
>>> Fixing #includes in '/home/admin/actions-runner/_work/_temp/src/util/feefrac.h' IWYU edited 1 files on your behalf. Formatting src/util/feefrac.h + git --no-pager diff --exit-code diff --git a/src/util/feefrac.h b/src/util/feefrac.h index 702f5d4..f9c9a0a 100644 --- a/src/util/feefrac.h +++ b/src/util/feefrac.h @@ -9,6 +9,7 @@ #include <util/overflow.h> #include <compare> +#include <concepts> #include <cstdint> #include <span> #include <utility> + echo '^^^ ⚠️ Failure generated from IWYU' ^^^ ⚠️ Failure generated from IWYU + false Command '['docker', 'exec', '--env', 'DANGER_RUN_CI_ON_HOST=1', 'f09d47524926eddf61f6a9dfa158aa864b8c907aab458b3cb1ce9caad3d8028f', '/home/admin/actions-runner/_work/_temp/ci/test/03_test_script.sh']' returned non-zero exit status 1. - fanquake merged this on Apr 30, 2026
- fanquake closed this on Apr 30, 2026
- hebasto deleted the branch on Apr 30, 2026