From 23fd2e31c51801dc56b30f9bf9b74b1ad8766e3f Mon Sep 17 00:00:00 2001 From: Eric Flumerfelt Date: Mon, 10 Feb 2025 09:16:48 -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) --- src/FelixIssues.hpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/FelixIssues.hpp b/src/FelixIssues.hpp index 41564d7..b579cfc 100644 --- a/src/FelixIssues.hpp +++ b/src/FelixIssues.hpp @@ -9,6 +9,7 @@ #define FLXLIBS_SRC_FELIXISSUES_HPP_ #include +#include // NOTE: if ISSUES ARE DECLARED BEFORE include logging/Logging.hpp, TLOG_DEBUG< From 9814bfb45015173fd25e1dbd037363000603fa15 Mon Sep 17 00:00:00 2001 From: Eric Flumerfelt Date: Tue, 11 Feb 2025 10:55:57 -0600 Subject: [PATCH 2/2] Use quotes for non-system Logging.hpp --- src/FelixIssues.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/FelixIssues.hpp b/src/FelixIssues.hpp index b579cfc..1b4ecbe 100644 --- a/src/FelixIssues.hpp +++ b/src/FelixIssues.hpp @@ -9,7 +9,7 @@ #define FLXLIBS_SRC_FELIXISSUES_HPP_ #include -#include // NOTE: if ISSUES ARE DECLARED BEFORE include logging/Logging.hpp, TLOG_DEBUG<