summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexis Ballier <aballier@gentoo.org>2020-08-17 09:50:23 +0200
committerAlexis Ballier <aballier@gentoo.org>2020-08-17 17:53:14 +0200
commit2ee35f43fdcf0ae736f71a1f41fe05b2bda1a2db (patch)
tree3f3d2c87a37e663142a7d0bd26d2b10374da8ed6 /dev-ros/realtime_tools/files
parentnet-im/zoom: Remove old. (diff)
downloadgentoo-2ee35f43fdcf0ae736f71a1f41fe05b2bda1a2db.tar.gz
gentoo-2ee35f43fdcf0ae736f71a1f41fe05b2bda1a2db.tar.bz2
gentoo-2ee35f43fdcf0ae736f71a1f41fe05b2bda1a2db.zip
dev-ros/realtime_tools: add missing include in public header
Closes: https://bugs.gentoo.org/737404 Package-Manager: Portage-3.0.2, Repoman-2.3.23 Signed-off-by: Alexis Ballier <aballier@gentoo.org>
Diffstat (limited to 'dev-ros/realtime_tools/files')
-rw-r--r--dev-ros/realtime_tools/files/atomic.patch12
1 files changed, 12 insertions, 0 deletions
diff --git a/dev-ros/realtime_tools/files/atomic.patch b/dev-ros/realtime_tools/files/atomic.patch
new file mode 100644
index 000000000000..0440900b9c32
--- /dev/null
+++ b/dev-ros/realtime_tools/files/atomic.patch
@@ -0,0 +1,12 @@
+Index: realtime_tools-1.16.0/include/realtime_tools/realtime_publisher.h
+===================================================================
+--- realtime_tools-1.16.0.orig/include/realtime_tools/realtime_publisher.h
++++ realtime_tools-1.16.0/include/realtime_tools/realtime_publisher.h
+@@ -45,6 +45,7 @@
+ #include <memory>
+ #include <mutex>
+ #include <thread>
++#include <atomic>
+
+ namespace realtime_tools {
+