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 /tests | |
parent | 1dcd92e762beb8e6a5abfdbd025df28eeda5fd51 (diff) |
Adapt to adding hxx extension for headers and libstud prefix for library dir in libstudxml
Diffstat (limited to 'tests')
-rw-r--r-- | tests/web/xhtml/driver.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/web/xhtml/driver.cxx b/tests/web/xhtml/driver.cxx index 7d9a536..4cd1584 100644 --- a/tests/web/xhtml/driver.cxx +++ b/tests/web/xhtml/driver.cxx @@ -5,7 +5,7 @@ #include <iostream> #include <functional> -#include <xml/serializer> +#include <libstudxml/serializer.hxx> #include <web/xhtml.hxx> |