aboutsummaryrefslogtreecommitdiff
path: root/mod/page.cxx
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2017-05-03 00:04:59 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2017-05-03 00:04:59 +0300
commit6cfdf7e46444884fb8e20a916d6d5fce3f05d767 (patch)
tree502480d283fd0b927f2487b11ecd1db0482bf60b /mod/page.cxx
parent1dcd92e762beb8e6a5abfdbd025df28eeda5fd51 (diff)
Adapt to adding hxx extension for headers and libstud prefix for library dir in libstudxml
Diffstat (limited to 'mod/page.cxx')
-rw-r--r--mod/page.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/mod/page.cxx b/mod/page.cxx
index 8d8e6e6..bf090ef 100644
--- a/mod/page.cxx
+++ b/mod/page.cxx
@@ -10,7 +10,7 @@
#include <iomanip> // setw(), setfill()
#include <algorithm> // min()
-#include <xml/serializer>
+#include <libstudxml/serializer.hxx>
#include <web/xhtml.hxx>
#include <web/mime-url-encoding.hxx>