Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r76199 - trunk/boost/interprocess/ipc
From: igaztanaga_at_[hidden]
Date: 2011-12-27 03:17:51


Author: igaztanaga
Date: 2011-12-27 03:17:51 EST (Tue, 27 Dec 2011)
New Revision: 76199
URL: http://svn.boost.org/trac/boost/changeset/76199

Log:
Added missing include in message queue
Text files modified:
   trunk/boost/interprocess/ipc/message_queue.hpp | 1 +
   1 files changed, 1 insertions(+), 0 deletions(-)

Modified: trunk/boost/interprocess/ipc/message_queue.hpp
==============================================================================
--- trunk/boost/interprocess/ipc/message_queue.hpp (original)
+++ trunk/boost/interprocess/ipc/message_queue.hpp 2011-12-27 03:17:51 EST (Tue, 27 Dec 2011)
@@ -18,6 +18,7 @@
 #include <boost/interprocess/detail/managed_open_or_create_impl.hpp>
 #include <boost/interprocess/sync/interprocess_condition.hpp>
 #include <boost/interprocess/sync/interprocess_mutex.hpp>
+#include <boost/interprocess/sync/scoped_lock.hpp>
 #include <boost/interprocess/detail/utilities.hpp>
 #include <boost/interprocess/offset_ptr.hpp>
 #include <boost/interprocess/creation_tags.hpp>


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