mirror of
https://github.com/FairRootGroup/FairMQ.git
synced 2025-10-15 09:31:45 +00:00
fix missing header issue in fairmq/logger
This commit is contained in:
committed by
Mohammad Al-Turany
parent
5212dd4ce1
commit
96cd2afac7
@@ -15,8 +15,13 @@
|
||||
#ifndef FAIRMQLOGGER_H_
|
||||
#define FAIRMQLOGGER_H_
|
||||
|
||||
#include "logger/logger.h"
|
||||
#include <boost/version.hpp>
|
||||
|
||||
#if BOOST_VERSION < 105600
|
||||
#include "logger/logger_oldboost_version.h"
|
||||
#else
|
||||
#include "logger/logger.h"
|
||||
#endif
|
||||
typedef unsigned long long timestamp_t;
|
||||
|
||||
timestamp_t get_timestamp();
|
||||
|
Reference in New Issue
Block a user