Skip to content

Commit

Permalink
Merge pull request #556 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 026b1a3 + 7647d35 commit ff22b87
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions apps/GraphBuilder.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@

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

#include "boost/graph/adjacency_list.hpp"
#include "boost/graph/graph_traits.hpp"
Expand Down

0 comments on commit ff22b87

Please # to comment.