You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/dev-ros/realtime_tools/files/atomic.patch

13 lines
411 B

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 {