summaryrefslogtreecommitdiff
path: root/src/include/debug.hpp
diff options
context:
space:
mode:
authorJohn Hodge <tpg@mutabah.net>2016-02-27 18:01:14 +0800
committerJohn Hodge <tpg@mutabah.net>2016-02-27 18:01:14 +0800
commit2fa788e26a8d2447be9b575111a9f7be26eaff93 (patch)
treefadde986d721b178917ab1bd9a5219075670668e /src/include/debug.hpp
parentdf62d33afdb267465caabf91abf340ce4884c443 (diff)
downloadmrust-2fa788e26a8d2447be9b575111a9f7be26eaff93.tar.gz
Parse - Macros in type position
Diffstat (limited to 'src/include/debug.hpp')
-rw-r--r--src/include/debug.hpp1
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;