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

@@ -16,6 +16,7 @@
#include <boost/interprocess/smart_ptr/shared_ptr.hpp>
#include <boost/interprocess/smart_ptr/weak_ptr.hpp>
#include <cassert>
#include <cstdio> //std::remove
using namespace boost::interprocess;