Skip to content

Commit

Permalink
http: add missing header bootlegged by boost < 1.72
Browse files Browse the repository at this point in the history
httpserver.cpp:74:10: error: no template named 'deque' in namespace 'std'
    std::deque<std::unique_ptr<WorkItem>> queue;
    ~~~~~^

Github-Pull: bitcoin#17249
Rebased-From: a592913
Tree-SHA512: 47ca773676a3f181bb265af30df6ca83669ffbb2dc79ce7c1ffd6f2d110df8406c2f73daddbcb1c038661472a1be93f46e9d3b8c3d2f33fe484f5774070e59ae
  • Loading branch information
jbeich authored and fxtc committed Nov 25, 2019
1 parent 03bf0f5 commit 0fd3648
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/httpserver.cpp
Expand Up @@ -15,6 +15,7 @@
#include <sync.h>
#include <ui_interface.h>

#include <deque>
#include <memory>
#include <stdio.h>
#include <stdlib.h>
Expand Down

0 comments on commit 0fd3648

Please sign in to comment.