diff options
-rw-r--r-- | src/debug.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/debug.cpp b/src/debug.cpp index 81bb0688..49d42e62 100644 --- a/src/debug.cpp +++ b/src/debug.cpp @@ -11,6 +11,7 @@ #include <iostream> #include <iomanip> #include <common.hpp> // FmtEscaped +#include <cstring> // strchr int g_debug_indent_level = 0; |