summaryrefslogtreecommitdiffstats
path: root/development/poedit/281f93b29190c67c86c4403b96efdbac957a0162.patch
diff options
context:
space:
mode:
author Matteo Bernardini2021-04-08 19:35:50 +0200
committer Matteo Bernardini2021-04-08 19:35:50 +0200
commitafc9e42772de8a69a6c2a028e98dc5ca8d96df52 (patch)
tree1005b4879f8fb6b3be051d8ac93d1b40220fbecd /development/poedit/281f93b29190c67c86c4403b96efdbac957a0162.patch
parenta6bf666d73b4dccae0636e4ca04113d5953b956c (diff)
downloadslackbuilds-2d14715f971a22b9a4c22db06955477bd153b298.tar.gz
20210408.1 global branch merge.current-20210408.1
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
Diffstat (limited to 'development/poedit/281f93b29190c67c86c4403b96efdbac957a0162.patch')
-rw-r--r--development/poedit/281f93b29190c67c86c4403b96efdbac957a0162.patch25
1 files changed, 25 insertions, 0 deletions
diff --git a/development/poedit/281f93b29190c67c86c4403b96efdbac957a0162.patch b/development/poedit/281f93b29190c67c86c4403b96efdbac957a0162.patch
new file mode 100644
index 0000000000..c8f1f5c4d3
--- /dev/null
+++ b/development/poedit/281f93b29190c67c86c4403b96efdbac957a0162.patch
@@ -0,0 +1,25 @@
+From 281f93b29190c67c86c4403b96efdbac957a0162 Mon Sep 17 00:00:00 2001
+From: rezso <rezso@rezso.net>
+Date: Sun, 15 Nov 2020 00:11:49 +0100
+Subject: [PATCH] Add missing include
+MIME-Version: 1.0
+Content-Type: text/plain; charset=UTF-8
+Content-Transfer-Encoding: 8bit
+
+Fix ' concurrency.h:606:10: error: ‘atomic_bool’ in namespace ‘std’ does not name a type; did you mean ‘atomic_load’? ' build error.
+---
+ src/concurrency.h | 1 +
+ 1 file changed, 1 insertion(+)
+
+diff --git a/src/concurrency.h b/src/concurrency.h
+index df806f1eae..ceca909e9a 100644
+--- a/src/concurrency.h
++++ b/src/concurrency.h
+@@ -67,6 +67,7 @@
+ #endif
+ #endif
+
++#include <atomic>
+ #include <memory>
+ #include <mutex>
+