aboutsummaryrefslogtreecommitdiff
path: root/examples/roundtrip
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2017-05-02 21:26:58 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2017-05-02 23:55:21 +0300
commit424e315dfa9a78aebf0653c95f83fe6ed452dd8e (patch)
tree59759d1d4eac4096df104d4dbab24a531ada3399 /examples/roundtrip
parent3d2b5b2a7064abe35614ebb32db03bd2881adcf0 (diff)
Add hxx extension for headers and libstud prefix for library dir
Diffstat (limited to 'examples/roundtrip')
-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;