Add missing header in logging_mutex.cpp (#1145)
Signed-off-by: Ivan Santiago Paunovic <ivanpauno@ekumenlabs.com>
This commit is contained in:
parent
56bcc848be
commit
4b9437639a
1 changed files with 2 additions and 0 deletions
|
@ -17,6 +17,8 @@
|
|||
|
||||
#include "rcutils/macros.h"
|
||||
|
||||
#include "./logging_mutex.hpp"
|
||||
|
||||
std::shared_ptr<std::recursive_mutex>
|
||||
get_global_logging_mutex()
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue