Skip to content

Commit 2f0a0c7

Browse files
authored
Merge pull request #41 from DUNE-DAQ/eflumerf/FixLoggingInclude
Include logging/Logging.hpp whenever ERS issues are declared, includi…
2 parents 368e2b3 + 6aecfef commit 2f0a0c7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

include/datahandlinglibs/DataHandlingIssues.hpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
#include "daqdataformats/Types.hpp"
1313

1414
#include <ers/Issue.hpp>
15+
#include "logging/Logging.hpp" // NOTE: if ISSUES ARE DECLARED BEFORE include logging/Logging.hpp, TLOG_DEBUG<<issue wont work.
1516

1617
#include <string>
1718

0 commit comments

Comments
 (0)