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
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Event Timeline
Comment Actions
Verified the removal of the transitive include and that the new one fixes the issue with building.