aboutsummaryrefslogtreecommitdiff
path: root/tests/web/xhtml/driver.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'tests/web/xhtml/driver.cxx')
-rw-r--r--tests/web/xhtml/driver.cxx6
1 files changed, 4 insertions, 2 deletions
diff --git a/tests/web/xhtml/driver.cxx b/tests/web/xhtml/driver.cxx
index 9b35ae8..3393eb3 100644
--- a/tests/web/xhtml/driver.cxx
+++ b/tests/web/xhtml/driver.cxx
@@ -1,5 +1,4 @@
// file : tests/web/xhtml/driver.cxx -*- C++ -*-
-// copyright : Copyright (c) 2014-2019 Code Synthesis Ltd
// license : MIT; see accompanying LICENSE file
#include <iostream>
@@ -7,7 +6,10 @@
#include <libstudxml/serializer.hxx>
-#include <web/xhtml.hxx>
+#include <web/xhtml/serialization.hxx>
+
+#undef NDEBUG
+#include <cassert>
using namespace std;
using namespace xml;