Skip to content

Commit 7d6e2ab

Browse files
authored
Include mutex header for usage of scoped_lock (#3532)
Since std::scoped_lock is used in the implementations, the header defining this should be included.
1 parent 950322e commit 7d6e2ab

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

moveit_ros/visualization/planning_scene_rviz_plugin/src/background_processing.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,8 @@
3434

3535
/* Author: Ioan Sucan */
3636

37+
#include <mutex>
38+
3739
#include <moveit/planning_scene_rviz_plugin/background_processing.hpp>
3840
#include <rclcpp/logger.hpp>
3941
#include <rclcpp/logging.hpp>

0 commit comments

Comments
 (0)