aboutsummaryrefslogtreecommitdiff
path: root/tests/fs/path/driver.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'tests/fs/path/driver.cxx')
-rw-r--r--tests/fs/path/driver.cxx6
1 files changed, 4 insertions, 2 deletions
diff --git a/tests/fs/path/driver.cxx b/tests/fs/path/driver.cxx
index faf4703..75276d5 100644
--- a/tests/fs/path/driver.cxx
+++ b/tests/fs/path/driver.cxx
@@ -1,10 +1,12 @@
// file : tests/fs/path/driver.cxx
// license : MIT; see accompanying LICENSE file
-#include <cassert>
#include <iostream>
-#include <cutl/fs/path.hxx>
+#include <libcutl/fs/path.hxx>
+
+#undef NDEBUG
+#include <cassert>
using std::cerr;
using std::endl;