mirror of
https://github.com/FairRootGroup/FairMQ.git
synced 2025-10-18 11:01:45 +00:00
Improve compilation speed
This commit is contained in:
@@ -18,6 +18,8 @@
|
||||
#include <fairmq/Tools.h>
|
||||
#include "FairMQUnmanagedRegionZMQ.h"
|
||||
|
||||
#include <cstring>
|
||||
|
||||
using namespace std;
|
||||
|
||||
fair::mq::Transport FairMQMessageZMQ::fTransportType = fair::mq::Transport::ZMQ;
|
||||
|
@@ -12,6 +12,8 @@
|
||||
|
||||
#include <zmq.h>
|
||||
|
||||
#include <cassert>
|
||||
|
||||
using namespace std;
|
||||
|
||||
atomic<bool> FairMQSocketZMQ::fInterrupted(false);
|
||||
|
Reference in New Issue
Block a user