stopped the hemorrhaging at least with tree
authorChris Koeritz <fred@gruntose.com>
Fri, 6 Aug 2021 06:09:18 +0000 (02:09 -0400)
committerChris Koeritz <fred@gruntose.com>
Fri, 6 Aug 2021 06:09:18 +0000 (02:09 -0400)
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

index ae09f049f5446d79e86f75a5c63ab7f5e697f7ea..08dd6df0b431bf5d1389ae46ce1647bc351c69bb 100644 (file)
@@ -17,6 +17,7 @@
 #include <basis/common_outcomes.h>
 #include <basis/functions.h>
 #include <basis/guards.h>
+#include <loggers/program_wide_logger.h>
 
 #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 {