Interprocess changes to support systems with filesystem-based shared memory

[SVN r41198]
This commit is contained in:
Ion Gaztañaga
2007-11-18 10:54:48 +00:00
parent af36e55eed
commit 32f72c8a70
132 changed files with 13041 additions and 12543 deletions

View File

@@ -18,6 +18,7 @@
#include <boost/interprocess/containers/list.hpp>
#include <boost/interprocess/allocators/allocator.hpp>
#include <cassert>
#include <cstdio> //std::remove
using namespace boost::interprocess;