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

@@ -28,9 +28,9 @@
using namespace std;
using namespace fair::mq::shmem;
namespace bfs = boost::filesystem;
namespace bpt = boost::posix_time;
namespace bipc = boost::interprocess;
namespace bfs = ::boost::filesystem;
namespace bpt = ::boost::posix_time;
namespace bipc = ::boost::interprocess;
fair::mq::Transport FairMQTransportFactorySHM::fTransportType = fair::mq::Transport::SHM;