From 4e10c498676b5fecc18054d6872ae855bef13a95 Mon Sep 17 00:00:00 2001 From: Eric Flumerfelt Date: Mon, 10 Feb 2025 09:16:49 -0600 Subject: [PATCH 1/2] Include logging/Logging.hpp whenever ERS issues are declared, including note on why (TLOG() << ERSIssue only works when Logging.hpp included first) --- include/triggeralgs/Issues.hpp | 1 + 1 file changed, 1 insertion(+) diff --git a/include/triggeralgs/Issues.hpp b/include/triggeralgs/Issues.hpp index a02bb10..f97e842 100644 --- a/include/triggeralgs/Issues.hpp +++ b/include/triggeralgs/Issues.hpp @@ -10,6 +10,7 @@ #define TRIGGERALGS_INCLUDE_TRIGGERALGS_ISSUES_HPP_ #include "ers/Issue.hpp" +#include // NOTE: if ISSUES ARE DECLARED BEFORE include logging/Logging.hpp, TLOG_DEBUG< From 00ba948ddba8f5c5e6fd70758e12af2c3c04aab8 Mon Sep 17 00:00:00 2001 From: Eric Flumerfelt Date: Tue, 11 Feb 2025 10:58:52 -0600 Subject: [PATCH 2/2] Use quotes for non-system Logging.hpp --- include/triggeralgs/Issues.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/triggeralgs/Issues.hpp b/include/triggeralgs/Issues.hpp index f97e842..9c23f6e 100644 --- a/include/triggeralgs/Issues.hpp +++ b/include/triggeralgs/Issues.hpp @@ -10,7 +10,7 @@ #define TRIGGERALGS_INCLUDE_TRIGGERALGS_ISSUES_HPP_ #include "ers/Issue.hpp" -#include // NOTE: if ISSUES ARE DECLARED BEFORE include logging/Logging.hpp, TLOG_DEBUG<