diff options
author | Wladimir J. van der Laan <laanwj@protonmail.com> | 2019-10-26 12:04:50 +0200 |
---|---|---|
committer | Wladimir J. van der Laan <laanwj@protonmail.com> | 2019-10-26 12:05:04 +0200 |
commit | 3f875744cb61d63f010900dafdb7bbc451de5ead (patch) | |
tree | a292199bcf31e6e24f06b5afe17c8fa84b9d8079 /src/qt/walletcontroller.cpp | |
parent | e9f73b839ad9732d7c8f2f4fcbf6ef8eaa267fa3 (diff) | |
parent | a5929130223973636f3fd25fbfaf2953f2ec96a9 (diff) |
Merge #17249: rpc: Add missing deque include to fix build
a5929130223973636f3fd25fbfaf2953f2ec96a9 http: add missing header bootlegged by boost < 1.72 (Jan Beich)
Pull request description:
Regressed by boostorg/filesystem@9a14c37d6f95. See [error log](https://github.com/bitcoin/bitcoin/files/3772177/bitcoin-0.18.1.log).
```c++
httpserver.cpp:74:10: error: no template named 'deque' in namespace 'std'
std::deque<std::unique_ptr<WorkItem>> queue;
~~~~~^
```
ACKs for top commit:
laanwj:
ACK a5929130223973636f3fd25fbfaf2953f2ec96a9
Tree-SHA512: fb0aee6a698c7aaa6a73baad7adc4f891be573af0d3cf6f4f59bc825afe5c0bc439c668077ff1990a6135522a0533a1a867430eebad28f0ade93fd79a95e179b
Diffstat (limited to 'src/qt/walletcontroller.cpp')
0 files changed, 0 insertions, 0 deletions