aboutsummaryrefslogtreecommitdiff
path: root/tests/compiler/cxx-indenter/driver.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'tests/compiler/cxx-indenter/driver.cxx')
-rw-r--r--tests/compiler/cxx-indenter/driver.cxx7
1 files changed, 5 insertions, 2 deletions
diff --git a/tests/compiler/cxx-indenter/driver.cxx b/tests/compiler/cxx-indenter/driver.cxx
index e0715d3..a0e8be2 100644
--- a/tests/compiler/cxx-indenter/driver.cxx
+++ b/tests/compiler/cxx-indenter/driver.cxx
@@ -4,8 +4,11 @@
#include <fstream>
#include <iostream>
-#include <cutl/compiler/code-stream.hxx>
-#include <cutl/compiler/cxx-indenter.hxx>
+#include <libcutl/compiler/code-stream.hxx>
+#include <libcutl/compiler/cxx-indenter.hxx>
+
+#undef NDEBUG
+#include <cassert>
using namespace std;
using namespace cutl::compiler;