summaryrefslogtreecommitdiff
path: root/net-p2p/bitcoind/files/bitcoind-0.16.3-missing-include.patch
blob: f413c323b92de5d390f5e108323c183cddbcd78b (plain)
1
2
3
4
5
6
7
8
9
10
--- a/src/httpserver.cpp
+++ b/src/httpserver.cpp
@@ -13,6 +13,7 @@
 #include <sync.h>
 #include <ui_interface.h>
 
+#include <deque>
 #include <memory>
 #include <stdio.h>
 #include <stdlib.h>