Skip to content

Commit

Permalink
Add missing header in logging_mutex.cpp (#1145)
Browse files Browse the repository at this point in the history
Signed-off-by: Ivan Santiago Paunovic <[email protected]>
  • Loading branch information
ivanpauno authored May 29, 2020
1 parent 56bcc84 commit 4b94376
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions rclcpp/src/rclcpp/logging_mutex.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@

#include "rcutils/macros.h"

#include "./logging_mutex.hpp"

std::shared_ptr<std::recursive_mutex>
get_global_logging_mutex()
{
Expand Down

0 comments on commit 4b94376

Please sign in to comment.