diff --git a/include/boost/interprocess/sync/posix/interprocess_mutex.hpp b/include/boost/interprocess/sync/posix/interprocess_mutex.hpp index a906a5a..b68f336 100644 --- a/include/boost/interprocess/sync/posix/interprocess_mutex.hpp +++ b/include/boost/interprocess/sync/posix/interprocess_mutex.hpp @@ -26,7 +26,7 @@ #include #include - +#include namespace boost { diff --git a/include/boost/interprocess/sync/posix/interprocess_recursive_mutex.hpp b/include/boost/interprocess/sync/posix/interprocess_recursive_mutex.hpp index 8ac44f1..b698aed 100644 --- a/include/boost/interprocess/sync/posix/interprocess_recursive_mutex.hpp +++ b/include/boost/interprocess/sync/posix/interprocess_recursive_mutex.hpp @@ -26,6 +26,7 @@ #include #include +#include namespace boost {