HomePhabricator

http: add missing header bootlegged by boost < 1.72

Description

http: add missing header bootlegged by boost < 1.72

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

Reviewers: #bitcoin_abc, markblundeberg

Reviewed By: #bitcoin_abc, markblundeberg

Differential Revision: https://reviews.bitcoinabc.org/D5161

Details

Provenance
Jan Beich <jbeich@FreeBSD.org>Authored on Oct 25 2019, 13:05
FabienCommitted on Feb 5 2020, 15:25
FabienPushed on Feb 5 2020, 15:25
Reviewer
Restricted Project
Differential Revision
D5161: http: add missing header bootlegged by boost < 1.72
Parents
rABC29c29d3acae1: Remove unecessary include of iostream
Branches
Unknown
Tags
Unknown