Update httpserver.cpp header#740
Conversation
httpserver.cpp:73:10: error: 'deque' in namespace 'std' does not name a template type
73 | std::deque<std::unique_ptr<WorkItem>> queue;
| ^~~~~
httpserver.cpp:32:1: note: 'std::deque' is defined in header '<deque>'; did you forget to '#include <deque>'?
|
A new build of 7a2919b has completed succesfully! |
5 similar comments
|
A new build of 7a2919b has completed succesfully! |
|
A new build of 7a2919b has completed succesfully! |
|
A new build of 7a2919b has completed succesfully! |
|
A new build of 7a2919b has completed succesfully! |
|
A new build of 7a2919b has completed succesfully! |
|
@garretlaxton in what enviroment were you seeing that build issue? |
|
@aguycalled FreeBSD 12.1, I used the solution used on BTC for the same issue. bitcoin/bitcoin#17249 |
|
Linux build still works after the change, I will assume that this fixes the FreeBSD issue and approve the PR |
httpserver.cpp:73:10: error: 'deque' in namespace 'std' does not name a template type
73 | std::deque<std::unique_ptr> queue;
| ^~~~~
httpserver.cpp:32:1: note: 'std::deque' is defined in header ''; did you forget to '#include '?