Page MenuHomePhabricator

http: add missing header bootlegged by boost < 1.72
ClosedPublic

Authored by Fabien on Feb 5 2020, 14:39.

Details

Summary
httpserver.cpp:74:10: error: no template named 'deque' in namespace
'std'
    std::deque<std::unique_ptr<WorkItem>> queue;
    ~~~~~^

Backport of core PR17249.

Fixes the build on ArchLinux.

Test Plan
ninja check
make check

Diff Detail

Repository
rABC Bitcoin ABC
Branch
PR17249
Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 9277
Build 16495: Default Diff Build & Tests
Build 16494: arc lint + arc unit

Event Timeline

[Bot Message]
One or more PR numbers were detected in the summary.
Links to those Bitcoin Core PRs have been inserted into the summary for reference.

This revision is now accepted and ready to land.Feb 5 2020, 15:16