From c33351ec00bcb632c9ec4b39961442886006ec2a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ion=20Gazta=C3=B1aga?= Date: Fri, 26 Oct 2007 14:24:58 +0000 Subject: [PATCH] Added missing include [SVN r40480] --- include/boost/interprocess/sync/posix/interprocess_mutex.hpp | 2 +- .../interprocess/sync/posix/interprocess_recursive_mutex.hpp | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) 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 {