aboutsummaryrefslogtreecommitdiff
path: root/examples/roundtrip/driver.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'examples/roundtrip/driver.cxx')
-rw-r--r--examples/roundtrip/driver.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/roundtrip/driver.cxx b/examples/roundtrip/driver.cxx
index 9b8d512..f2178eb 100644
--- a/examples/roundtrip/driver.cxx
+++ b/examples/roundtrip/driver.cxx
@@ -5,8 +5,8 @@
#include <fstream>
#include <iostream>
-#include <xml/parser>
-#include <xml/serializer>
+#include <libstudxml/parser.hxx>
+#include <libstudxml/serializer.hxx>
using namespace std;
using namespace xml;