$include_dir="/home/hyper-archives/boost-commit/include"; include("$include_dir/msg-header.inc") ?>
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_*...