aboutsummaryrefslogtreecommitdiff
path: root/old-tests/depdb/driver.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'old-tests/depdb/driver.cxx')
-rw-r--r--old-tests/depdb/driver.cxx5
1 files changed, 4 insertions, 1 deletions
diff --git a/old-tests/depdb/driver.cxx b/old-tests/depdb/driver.cxx
index b802662..0f91801 100644
--- a/old-tests/depdb/driver.cxx
+++ b/old-tests/depdb/driver.cxx
@@ -3,13 +3,16 @@
#include <iostream>
-#include <libbutl/filesystem.mxx>
+#include <libbutl/filesystem.hxx>
#include <libbuild2/types.hxx>
#include <libbuild2/utility.hxx>
#include <libbuild2/depdb.hxx>
+#undef NDEBUG
+#include <cassert>
+
using namespace std;
using namespace build2;