Support unity build

This commit is contained in:
Dennis Klein
2018-08-03 17:00:08 +02:00
committed by Dennis Klein
parent 24dff2fd76
commit fc0adba26b
6 changed files with 16 additions and 16 deletions

View File

@@ -9,6 +9,9 @@
#include <fairmq/shmem/Manager.h>
#include <fairmq/shmem/Common.h>
using namespace std;
namespace bipc = ::boost::interprocess;
namespace fair
{
namespace mq
@@ -16,9 +19,6 @@ namespace mq
namespace shmem
{
using namespace std;
namespace bipc = boost::interprocess;
std::unordered_map<uint64_t, Region> Manager::fRegions;
Manager::Manager(const string& name, size_t size)