Page MenuHomePhabricator

Use angle bracket in include for wallet
ClosedPublic

Authored by Fabien on Apr 23 2019, 07:33.

Details

Summary

As per title

Partial backport of PR11651

Test Plan
make check
ninja check

Diff Detail

Repository
rABC Bitcoin ABC
Branch
PR11651_part21
Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 5580
Build 9222: Bitcoin ABC Buildbot (legacy)
Build 9221: arc lint + arc unit

Event Timeline

Attempt to upload missing files to the diff, no idea what is happening

Add an include in coincontrol.h that would make wallet tests to fail compiling due to include reordering.

src/wallet/coincontrol.h
9 ↗(On Diff #8241)

This include has been added by core in PR9592.
Reordering the includes in wallet_tests.cpp made it a requirement for the build.

This revision is now accepted and ready to land.Apr 24 2019, 22:48
This revision was automatically updated to reflect the committed changes.