We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bfa3daa commit 6ea0064Copy full SHA for 6ea0064
hardware_interface/include/hardware_interface/types/statistics_types.hpp
@@ -22,7 +22,7 @@
22
23
#include "libstatistics_collector/moving_average_statistics/moving_average.hpp"
24
#include "libstatistics_collector/moving_average_statistics/types.hpp"
25
-#ifndef _WIN32
+#if !defined(_WIN32) && !defined(__APPLE__)
26
#include "realtime_tools/mutex.hpp"
27
#define DEFAULT_MUTEX realtime_tools::prio_inherit_mutex
28
#else
0 commit comments