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

@@ -26,8 +26,8 @@
#include <poll.h>
using namespace std;
namespace bipc = boost::interprocess;
namespace bpt = boost::posix_time;
namespace bipc = ::boost::interprocess;
namespace bpt = ::boost::posix_time;
using CharAllocator = bipc::allocator<char, bipc::managed_shared_memory::segment_manager>;
using String = bipc::basic_string<char, char_traits<char>, CharAllocator>;