add a pointer data type serializer function in the boost serializer add the zmq and nanomsg directories in cmaklists that use the runSimpleMQStateMachine

This commit is contained in:
NicolasWinckler
2015-11-19 16:49:03 +01:00
committed by Florian Uhlig
parent afda64a83d
commit 8f32579984
3 changed files with 4 additions and 4 deletions

View File

@@ -18,9 +18,9 @@
/// ZMQ/nmsg (in FairSoft)
#ifdef NANOMSG
#include "nanomsg/FairMQTransportFactoryNN.h"
#include "FairMQTransportFactoryNN.h"
#else
#include "zeromq/FairMQTransportFactoryZMQ.h"
#include "FairMQTransportFactoryZMQ.h"
#endif
/// FairRoot - FairMQ