diff options
author | John Hodge <tpg@mutabah.net> | 2016-02-27 18:01:14 +0800 |
---|---|---|
committer | John Hodge <tpg@mutabah.net> | 2016-02-27 18:01:14 +0800 |
commit | 2fa788e26a8d2447be9b575111a9f7be26eaff93 (patch) | |
tree | fadde986d721b178917ab1bd9a5219075670668e /src/include/debug.hpp | |
parent | df62d33afdb267465caabf91abf340ce4884c443 (diff) | |
download | mrust-2fa788e26a8d2447be9b575111a9f7be26eaff93.tar.gz |
Parse - Macros in type position
Diffstat (limited to 'src/include/debug.hpp')
-rw-r--r-- | src/include/debug.hpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/include/debug.hpp b/src/include/debug.hpp index b8c54440..e1dedb7b 100644 --- a/src/include/debug.hpp +++ b/src/include/debug.hpp @@ -2,6 +2,7 @@ */ #pragma once #include <sstream> +#include <cassert> extern int g_debug_indent_level; |