stopped the hemorrhaging at least with tree
[feisty_meow.git] / 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 {