Skip to content

Commit

Permalink
Core: Fixed missing include (#1342)
Browse files Browse the repository at this point in the history
Added #include <mutex> to registration_provider.h. This is required for Ubuntu 18.04
  • Loading branch information
FlorianReimold authored Feb 1, 2024
1 parent 7247b82 commit 9cf66d5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ecal/core/src/ecal_registration_receiver.h
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@

#include <string>
#include <atomic>
#include <mutex>

#ifdef _MSC_VER
#pragma warning(push)
Expand Down

0 comments on commit 9cf66d5

Please sign in to comment.