diff options
author | Karen Arutyunov <karen@codesynthesis.com> | 2017-05-03 00:04:59 +0300 |
---|---|---|
committer | Karen Arutyunov <karen@codesynthesis.com> | 2017-05-03 00:04:59 +0300 |
commit | 6cfdf7e46444884fb8e20a916d6d5fce3f05d767 (patch) | |
tree | 502480d283fd0b927f2487b11ecd1db0482bf60b /web/xhtml.hxx | |
parent | 1dcd92e762beb8e6a5abfdbd025df28eeda5fd51 (diff) |
Adapt to adding hxx extension for headers and libstud prefix for library dir in libstudxml
Diffstat (limited to 'web/xhtml.hxx')
-rw-r--r-- | web/xhtml.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/web/xhtml.hxx b/web/xhtml.hxx index 0809860..878c255 100644 --- a/web/xhtml.hxx +++ b/web/xhtml.hxx @@ -5,7 +5,7 @@ #ifndef WEB_XHTML_HXX #define WEB_XHTML_HXX -#include <xml/serializer> +#include <libstudxml/serializer.hxx> namespace web { |