summaryrefslogtreecommitdiff
path: root/debug.h
diff options
context:
space:
mode:
Diffstat (limited to 'debug.h')
-rw-r--r--debug.h3
1 files changed, 2 insertions, 1 deletions
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 <pcre.h>
#include <cstring>
#include <new>
#include <iostream>
#include <cstdlib>
+#include <boost/regex.hpp>
+
#define DEBUG_ENABLED
extern std::ostream * _debug_stream;