From 9a46fd49619e69e053b5003a51ade54fde0bc4bb Mon Sep 17 00:00:00 2001 From: Chris Koeritz Date: Fri, 6 Aug 2021 02:09:18 -0400 Subject: [PATCH] stopped the hemorrhaging at least with tree got a build done, just can't RUN_ALL_TESTS yet. the problems when tree's debugging were turned on was blocking the build, but all better now. --- nucleus/library/nodes/tree.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/nucleus/library/nodes/tree.cpp b/nucleus/library/nodes/tree.cpp index ae09f049..08dd6df0 100644 --- a/nucleus/library/nodes/tree.cpp +++ b/nucleus/library/nodes/tree.cpp @@ -17,6 +17,7 @@ #include #include #include +#include #define DEBUG_TREE // uncomment if you want lots of debugging info. @@ -25,6 +26,7 @@ #define LOG(s) CLASS_EMERGENCY_LOG(program_wide_logger::get(), s) using namespace basis; +using namespace loggers; namespace nodes { -- 2.34.1