Boost logo

Boost-Commit :

From: igaztanaga_at_[hidden]
Date: 2007-10-26 10:24:58


Author: igaztanaga
Date: 2007-10-26 10:24:58 EDT (Fri, 26 Oct 2007)
New Revision: 40480
URL: http://svn.boost.org/trac/boost/changeset/40480

Log:
Added missing include
Text files modified:
   trunk/boost/interprocess/sync/posix/interprocess_mutex.hpp | 2 +-
   trunk/boost/interprocess/sync/posix/interprocess_recursive_mutex.hpp | 1 +
   2 files changed, 2 insertions(+), 1 deletions(-)

Modified: trunk/boost/interprocess/sync/posix/interprocess_mutex.hpp
==============================================================================
--- trunk/boost/interprocess/sync/posix/interprocess_mutex.hpp (original)
+++ trunk/boost/interprocess/sync/posix/interprocess_mutex.hpp 2007-10-26 10:24:58 EDT (Fri, 26 Oct 2007)
@@ -26,7 +26,7 @@
 
 #include <boost/interprocess/sync/posix/ptime_to_timespec.hpp>
 #include <boost/interprocess/detail/posix_time_types_wrk.hpp>
-
+#include <boost/interprocess/exceptions.hpp>
 
 namespace boost {
 

Modified: trunk/boost/interprocess/sync/posix/interprocess_recursive_mutex.hpp
==============================================================================
--- trunk/boost/interprocess/sync/posix/interprocess_recursive_mutex.hpp (original)
+++ trunk/boost/interprocess/sync/posix/interprocess_recursive_mutex.hpp 2007-10-26 10:24:58 EDT (Fri, 26 Oct 2007)
@@ -26,6 +26,7 @@
 
 #include <boost/interprocess/sync/posix/ptime_to_timespec.hpp>
 #include <boost/interprocess/detail/posix_time_types_wrk.hpp>
+#include <boost/interprocess/exceptions.hpp>
 
 namespace boost {
 


Boost-Commit list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk