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 /mod/mod-repository-details.cxx | |
parent | 1dcd92e762beb8e6a5abfdbd025df28eeda5fd51 (diff) |
Adapt to adding hxx extension for headers and libstud prefix for library dir in libstudxml
Diffstat (limited to 'mod/mod-repository-details.cxx')
-rw-r--r-- | mod/mod-repository-details.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mod/mod-repository-details.cxx b/mod/mod-repository-details.cxx index e433e0a..be87d89 100644 --- a/mod/mod-repository-details.cxx +++ b/mod/mod-repository-details.cxx @@ -9,7 +9,7 @@ #include <sstream> #include <algorithm> // max() -#include <xml/serializer> +#include <libstudxml/serializer.hxx> #include <odb/database.hxx> #include <odb/transaction.hxx> |