Ticket #1543: [interprocess] 'streamoff' : is not a member of 'std'

http://svn.boost.org/trac/boost/ticket/1543

[SVN r42322]
This commit is contained in:
Ion Gaztañaga
2007-12-28 09:08:00 +00:00
parent dab43973e3
commit 4bc132e96d

View File

@@ -11,6 +11,7 @@
#include <boost/interprocess/detail/config_begin.hpp>
#include <fstream>
#include <iostream>
#include <ios>
#include <boost/interprocess/file_mapping.hpp>
#include <boost/interprocess/mapped_region.hpp>
#include <memory>