]> Dogcows Code - chaz/yoink/blobdiff - src/moof/debug.hh
pkg-config libs parsing bugfix
[chaz/yoink] / src / moof / debug.hh
index 161a8af8c68e7d31096ebbfa5be958364627c0a8..837340f242eb7bef7999e7dd7ab1913d3a0cf3c3 100644 (file)
 
 #include <cstdlib>             // exit
 
+#include <stlplus/portability/debug.hpp>
+
 #include <moof/log.hh>
 
 
 #undef ASSERT
-#if NDEBUG
+#ifdef NDEBUG
 #define ASSERT(X)
 #else
 /**
This page took 0.019514 seconds and 4 git commands to generate.