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.cxx8
1 files changed, 5 insertions, 3 deletions
diff --git a/tests/compiler/cxx-indenter/driver.cxx b/tests/compiler/cxx-indenter/driver.cxx
index f86ba06..a0e8be2 100644
--- a/tests/compiler/cxx-indenter/driver.cxx
+++ b/tests/compiler/cxx-indenter/driver.cxx
@@ -1,12 +1,14 @@
// file : tests/compiler/cxx-indenter/driver.cxx
-// copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC
// license : MIT; see accompanying LICENSE file
#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;