mirror of
https://github.com/FairRootGroup/FairMQ.git
synced 2025-10-15 09:31:45 +00:00
Add missing include statement.
This commit is contained in:
committed by
Mohammad Al-Turany
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
|
||||
|
Reference in New Issue
Block a user