Skip to content

Commit

Permalink
Merge #820: [0.18 backport] Include deque to fix build
Browse files Browse the repository at this point in the history
f790f85 Include deque to fix build (Steven Roose)

Pull request description:

  Backport of #819

Tree-SHA512: ca1b0b03ff9c611f632ca9a8c10dde82a942bbee3081dc27e0d782638fac33b5dc8d020b7563717cf69bbaba0d2589873e526ce17d30f19e59706764e6503de0
  • Loading branch information
instagibbs committed Feb 26, 2020
2 parents 911d1f0 + f790f85 commit 4683c94
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/httpserver.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
#include <sync.h>
#include <ui_interface.h>

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

0 comments on commit 4683c94

Please sign in to comment.