summaryrefslogtreecommitdiff
path: root/net-p2p/litecoin/files/patch-src_httpserver.cpp
blob: 08c722bba33b594cfe8b819a32bc69c7aeada26c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
--- src/httpserver.cpp.orig	2019-12-18 12:22:29 UTC
+++ src/httpserver.cpp
@@ -30,6 +30,7 @@
 #include <event2/keyvalq_struct.h>
 
 #include <support/events.h>
+#include <deque>
 
 #ifdef EVENT__HAVE_NETINET_IN_H
 #include <netinet/in.h>