summaryrefslogtreecommitdiffhomepage
path: root/compat/ndebug-guard.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'compat/ndebug-guard.hpp')
-rw-r--r--compat/ndebug-guard.hpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/compat/ndebug-guard.hpp b/compat/ndebug-guard.hpp
index 209177b3..e38fd0fe 100644
--- a/compat/ndebug-guard.hpp
+++ b/compat/ndebug-guard.hpp
@@ -1,3 +1,5 @@
#ifdef NDEBUG
# error "NDEBUG defined, don't define it"
#endif
+
+#include <cassert>