A missing include causes some builds to fail. It seems like cmath was previously imported indirectly via boost/thread/thread.hpp (removed from setup_common.h in D10992)
Details
Details
- Reviewers
tyler-smith - Group Reviewers
Restricted Project - Commits
- rABC77697f72d2a7: include cmath in util_tests
ninja all check-all
@bot build-linux64
Diff Detail
Diff Detail
- Repository
- rABC Bitcoin ABC
- Branch
- fix_crossbuild
- Lint
Lint Passed - Unit
No Test Coverage - Build Status
Buildable 18171 Build 36153: Build Diff build-without-wallet · build-diff · lint-circular-dependencies · build-clang · build-clang-tidy · build-debug Build 36152: arc lint + arc unit
Event Timeline
Comment Actions
Verified the removal of the transitive include and that the new one fixes the issue with building.