Skip to content

Commit

Permalink
Merge ElementsProject#819: Include deque to fix build
Browse files Browse the repository at this point in the history
08b41e6 Include deque to fix build (Steven Roose)

Pull request description:

  Upstream: https://github.com/bitcoin/bitcoin/pull/17249/files

Tree-SHA512: ab0151356814e5bcaa85d16d6de16397bf1a10d12b43b28cfb09d682ca53c08243fbff53175753036fc56a7c4fbccbb0ea11437dd600c388ef1489cf0bb51258
  • Loading branch information
instagibbs committed Feb 26, 2020
2 parents a2fa6ba + 08b41e6 commit 1715404
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 1715404

Please sign in to comment.