Skip to content

Commit

Permalink
Include logging/Logging.hpp whenever ERS issues are declared, includi…
Browse files Browse the repository at this point in the history
…ng note on why (TLOG() << ERSIssue only works when Logging.hpp included first)
  • Loading branch information
eflumerf committed Feb 10, 2025
1 parent 9be7544 commit 32ce023
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions include/confmodel/util.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
#include "conffwk/Configuration.hpp"
#include "conffwk/DalObject.hpp"
#include "nlohmann/json.hpp"
#include <logging/Logging.hpp> // NOTE: if ISSUES ARE DECLARED BEFORE include logging/Logging.hpp, TLOG_DEBUG<<issue wont work.

#include "confmodel/Application.hpp"
#include "confmodel/PhysicalHost.hpp"
Expand Down

0 comments on commit 32ce023

Please sign in to comment.