mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-01 23:28:08 -07:00
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>
This commit is contained in:
12
dev-ros/realtime_tools/files/atomic.patch
Normal file
12
dev-ros/realtime_tools/files/atomic.patch
Normal file
@@ -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 {
|
||||
|
||||
@@ -25,3 +25,4 @@ DEPEND="${RDEPEND}
|
||||
dev-ros/actionlib
|
||||
)
|
||||
"
|
||||
PATCHES=( "${FILESDIR}/atomic.patch" )
|
||||
@@ -25,3 +25,4 @@ DEPEND="${RDEPEND}
|
||||
dev-ros/actionlib
|
||||
)
|
||||
"
|
||||
PATCHES=( "${FILESDIR}/atomic.patch" )
|
||||
|
||||
Reference in New Issue
Block a user