mirror of
https://github.com/FairRootGroup/FairMQ.git
synced 2025-10-13 00:31:14 +00:00
Add missing include statement.
This commit is contained in:
parent
1302e77a16
commit
bea05ea6c1
|
@ -15,7 +15,6 @@
|
|||
#ifndef FAIRMQTRANSPORTFACTORY_H_
|
||||
#define FAIRMQTRANSPORTFACTORY_H_
|
||||
|
||||
#include <string>
|
||||
|
||||
#include "FairMQMessage.h"
|
||||
#include "FairMQChannel.h"
|
||||
|
@ -23,6 +22,9 @@
|
|||
#include "FairMQPoller.h"
|
||||
#include "FairMQLogger.h"
|
||||
|
||||
#include <string>
|
||||
#include <vector>
|
||||
|
||||
class FairMQChannel;
|
||||
|
||||
class FairMQTransportFactory
|
||||
|
|
Loading…
Reference in New Issue
Block a user