From: Chris Koeritz Date: Fri, 6 Aug 2021 06:09:18 +0000 (-0400) Subject: stopped the hemorrhaging at least with tree X-Git-Tag: 2.140.128~1^2~7 X-Git-Url: https://feistymeow.org/gitweb/?p=feisty_meow.git;a=commitdiff_plain;h=9a46fd49619e69e053b5003a51ade54fde0bc4bb 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. --- 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 {