summaryrefslogtreecommitdiff
path: root/src/debug.h
diff options
context:
space:
mode:
authorStef Walter <stef@thewalter.net>2011-01-23 14:47:41 -0600
committerStef Walter <stef@thewalter.net>2011-01-23 14:47:41 -0600
commitbad8106bc0fc8f509e9a29d7de301dc46d604abe (patch)
tree6668c79d0c2daf63bc72a8225d91f11bfaa0cb65 /src/debug.h
parent0ce28cbfed5d711405dbfd85f7321b824842e47a (diff)
Various output and progress tweaks.
Diffstat (limited to 'src/debug.h')
-rw-r--r--src/debug.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/debug.h b/src/debug.h
index ea39d97..debca2d 100644
--- a/src/debug.h
+++ b/src/debug.h
@@ -20,6 +20,7 @@
#ifdef _DEBUG
#include <stdarg.h>
+#include <assert.h>
#ifndef ASSERT
#ifdef ATLASSERT