mirror of
https://github.com/boostorg/interprocess.git
synced 2026-01-26 06:32:20 +00:00
Merged interprocess from trunk
[SVN r81664]
This commit is contained in:
@@ -12,9 +12,19 @@
|
||||
#include <boost/interprocess/managed_shared_memory.hpp>
|
||||
#include <boost/interprocess/allocators/allocator.hpp>
|
||||
#include "get_process_id_name.hpp"
|
||||
|
||||
//<-
|
||||
//Shield against external warnings
|
||||
#include <boost/interprocess/detail/config_external_begin.hpp>
|
||||
//->
|
||||
|
||||
#include <boost/unordered_map.hpp>
|
||||
#include <boost/unordered_set.hpp>
|
||||
|
||||
//<-
|
||||
#include <boost/interprocess/detail/config_external_end.hpp>
|
||||
//->
|
||||
|
||||
#include <functional> //std::equal_to
|
||||
#include <boost/functional/hash.hpp> //boost::hash
|
||||
|
||||
|
||||
Reference in New Issue
Block a user