Add missing header in logging_mutex.cpp (#1145)

Signed-off-by: Ivan Santiago Paunovic <ivanpauno@ekumenlabs.com>
This commit is contained in:
Ivan Santiago Paunovic 2020-05-29 13:38:36 -03:00 committed by GitHub
parent 56bcc848be
commit 4b9437639a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -17,6 +17,8 @@
#include "rcutils/macros.h"
#include "./logging_mutex.hpp"
std::shared_ptr<std::recursive_mutex>
get_global_logging_mutex()
{