From 0a6b5726ec3bf402a953ea8a03b98ecbf4b90b0c Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Thu, 19 Apr 2007 20:31:46 +0000 Subject: Made the amount/balance/value interface a bit more rational; added back a useless version of the register command (just to prove the command sequence); and added smart XML semantics to the XPath implementation so that nodes can be coerced to values. --- debug.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'debug.h') diff --git a/debug.h b/debug.h index ae4c52c1..842b0e4d 100644 --- a/debug.h +++ b/debug.h @@ -57,12 +57,13 @@ void debug_assert(const std::string& reason, #if DEBUG_LEVEL >= ALPHA -#include #include #include #include #include +#include + #define DEBUG_ENABLED extern std::ostream * _debug_stream; -- cgit v1.2.3