|
Boost-Commit : |
From: markus.schoepflin_at_[hidden]
Date: 2007-10-24 07:17:05
Author: schoepflin
Date: 2007-10-24 07:17:05 EDT (Wed, 24 Oct 2007)
New Revision: 40408
URL: http://svn.boost.org/trac/boost/changeset/40408
Log:
Added missing include file.
Text files modified:
trunk/boost/interprocess/shared_memory_object.hpp | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
Modified: trunk/boost/interprocess/shared_memory_object.hpp
==============================================================================
--- trunk/boost/interprocess/shared_memory_object.hpp (original)
+++ trunk/boost/interprocess/shared_memory_object.hpp 2007-10-24 07:17:05 EDT (Wed, 24 Oct 2007)
@@ -21,6 +21,7 @@
#include <boost/interprocess/detail/os_file_functions.hpp>
#include <cstddef>
#include <string>
+#include <algorithm>
#ifdef BOOST_INTERPROCESS_POSIX_SHARED_MEMORY_OBJECTS
# include <fcntl.h> //O_CREAT, O_*...
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