From: markus.schoepflin_at_[hidden]
Date: 2007-10-24 04:21:16


Author: schoepflin
Date: 2007-10-24 04:21:15 EDT (Wed, 24 Oct 2007)
New Revision: 40399
URL: http://svn.boost.org/trac/boost/changeset/40399

Log:
Added missing include file.

Text files modified:
   trunk/boost/interprocess/offset_ptr.hpp | 1 +
   1 files changed, 1 insertions(+), 0 deletions(-)

Modified: trunk/boost/interprocess/offset_ptr.hpp
==============================================================================
--- trunk/boost/interprocess/offset_ptr.hpp (original)
+++ trunk/boost/interprocess/offset_ptr.hpp 2007-10-24 04:21:15 EDT (Wed, 24 Oct 2007)
@@ -24,6 +24,7 @@
 #include <boost/interprocess/detail/mpl.hpp>
 #include <boost/assert.hpp>
 #include <iterator>
+#include <ostream>
 
 //!\file
 //!Describes a smart pointer that stores the offset between this pointer and