diff options
Diffstat (limited to 'old-tests/depdb')
-rw-r--r-- | old-tests/depdb/driver.cxx | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/old-tests/depdb/driver.cxx b/old-tests/depdb/driver.cxx index b802662..47f99af 100644 --- a/old-tests/depdb/driver.cxx +++ b/old-tests/depdb/driver.cxx @@ -10,6 +10,9 @@ #include <libbuild2/depdb.hxx> +#undef NDEBUG +#include <cassert> + using namespace std; using namespace build2; |