summarylogtreecommitdiffstats
path: root/deque.patch
diff options
context:
space:
mode:
authorJohn-Gee2020-12-22 05:26:26 -0800
committerJohn-Gee2020-12-22 05:27:21 -0800
commite79c81b2850dc42e663f7c38fbdd14dbe3f73699 (patch)
tree8454a76a420875be2624098b29c72fbf3f3ce750 /deque.patch
parentf1c939270522ef96c836821477841e05b46b0033 (diff)
downloadaur-e79c81b2850dc42e663f7c38fbdd14dbe3f73699.tar.gz
Should build with current Arch
Diffstat (limited to 'deque.patch')
-rw-r--r--deque.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/deque.patch b/deque.patch
new file mode 100644
index 000000000000..293723ed7747
--- /dev/null
+++ b/deque.patch
@@ -0,0 +1,11 @@
+diff -ur src2/dogecoin-1.14.2/src/httpserver.cpp src/dogecoin-1.14.2/src/httpserver.cpp
+--- src2/dogecoin-1.14.2/src/httpserver.cpp 2019-04-08 14:28:20.000000000 +0700
++++ src/dogecoin-1.14.2/src/httpserver.cpp 2020-02-03 18:31:55.196768990 +0700
+@@ -19,6 +19,7 @@
+ #include <sys/types.h>
+ #include <sys/stat.h>
+ #include <signal.h>
++#include <deque>
+ #include <future>
+
+ #include <event2/event.h>