Skip to content

Commit 6ea0064

Browse files
mergify[bot]wep21
andauthored
also use std::mutex on macOS (#2313) (#2315)
(cherry picked from commit c67f2eb) Co-authored-by: Daisuke Nishimatsu <[email protected]>
1 parent bfa3daa commit 6ea0064

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hardware_interface/include/hardware_interface/types/statistics_types.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222

2323
#include "libstatistics_collector/moving_average_statistics/moving_average.hpp"
2424
#include "libstatistics_collector/moving_average_statistics/types.hpp"
25-
#ifndef _WIN32
25+
#if !defined(_WIN32) && !defined(__APPLE__)
2626
#include "realtime_tools/mutex.hpp"
2727
#define DEFAULT_MUTEX realtime_tools::prio_inherit_mutex
2828
#else

0 commit comments

Comments
 (0)