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;
    ~~~~~^
  • Loading branch information
jbeich committed Oct 25, 2019
1 parent 48cb468 commit a592913
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 a592913

Please sign in to comment.