Skip to content

Commit

Permalink
Merge pull request #89 from DUNE-DAQ/eflumerf/FixLoggingInclude
Browse files Browse the repository at this point in the history
Include logging/Logging.hpp whenever ERS issues are declared, includi…
  • Loading branch information
jcfreeman2 authored Feb 14, 2025
2 parents c38bf86 + 127fc3e commit 154809a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions plugins/ReversedListValidator.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
#include "utilities/WorkerThread.hpp"

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

#include <memory>
#include <string>
Expand Down
1 change: 1 addition & 0 deletions src/CommonIssues.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@

#include "appfwk/DAQModule.hpp"
#include "ers/Issue.hpp"
#include "logging/Logging.hpp" // NOTE: if ISSUES ARE DECLARED BEFORE include logging/Logging.hpp, TLOG_DEBUG<<issue wont work.

#include <string>

Expand Down

0 comments on commit 154809a

Please sign in to comment.