diff options
Diffstat (limited to 'debug.h')
-rw-r--r-- | debug.h | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -57,12 +57,13 @@ void debug_assert(const std::string& reason, #if DEBUG_LEVEL >= ALPHA -#include <pcre.h> #include <cstring> #include <new> #include <iostream> #include <cstdlib> +#include <boost/regex.hpp> + #define DEBUG_ENABLED extern std::ostream * _debug_stream; |