diff options
author | Dimitri Kaparis | 2020-11-19 18:01:45 +0200 |
---|---|---|
committer | Dimitri Kaparis | 2020-11-19 18:01:45 +0200 |
commit | c6f7d85d981bcfa37b50fbbfadf99aeb15f7d493 (patch) | |
tree | d0b3a05bb6aceab5886e31f2de5e866e6f86d548 /include-stack.patch | |
parent | 4f51d7484c212d9bba4cb70637b38b565754356f (diff) | |
download | aur-c6f7d85d981bcfa37b50fbbfadf99aeb15f7d493.tar.gz |
Updated to release 1.9.0.1
Diffstat (limited to 'include-stack.patch')
-rw-r--r-- | include-stack.patch | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/include-stack.patch b/include-stack.patch deleted file mode 100644 index 6f759872dc4..00000000000 --- a/include-stack.patch +++ /dev/null @@ -1,10 +0,0 @@ ---- a/src/unlimited.cpp 2020-05-24 00:01:58.645744803 -0400 -+++ b/src/unlimited.cpp 2020-05-24 00:02:03.732479996 -0400 -@@ -54,6 +54,7 @@ - #include <limits> - #include <queue> - #include <thread> -+#include <stack> - - using namespace std; - |