aboutsummaryrefslogtreecommitdiff
path: root/tests/roundtrip/driver.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'tests/roundtrip/driver.cxx')
-rw-r--r--tests/roundtrip/driver.cxx4
1 files changed, 3 insertions, 1 deletions
diff --git a/tests/roundtrip/driver.cxx b/tests/roundtrip/driver.cxx
index 02842ad..3cca872 100644
--- a/tests/roundtrip/driver.cxx
+++ b/tests/roundtrip/driver.cxx
@@ -3,12 +3,14 @@
#include <string>
#include <fstream>
-#include <cassert>
#include <iostream>
#include <libstudxml/parser.hxx>
#include <libstudxml/serializer.hxx>
+#undef NDEBUG
+#include <cassert>
+
using namespace std;
using namespace xml;