diff options
author | Karen Arutyunov <karen@codesynthesis.com> | 2017-05-11 12:47:14 +0300 |
---|---|---|
committer | Karen Arutyunov <karen@codesynthesis.com> | 2017-05-11 20:23:08 +0300 |
commit | 2ebf9de408f3fd629126a20b21221e186195813c (patch) | |
tree | a745c1e01050eb65abde693b4e75fc5159d005d6 /web/xhtml.hxx | |
parent | 951b7a4d3dc63fbf71059c7a3fc0bcec3c393fbe (diff) |
Add libstudxml version check
Diffstat (limited to 'web/xhtml.hxx')
-rw-r--r-- | web/xhtml.hxx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/web/xhtml.hxx b/web/xhtml.hxx index 878c255..b9ccff3 100644 --- a/web/xhtml.hxx +++ b/web/xhtml.hxx @@ -7,6 +7,8 @@ #include <libstudxml/serializer.hxx> +#include <web/version.hxx> + namespace web { // "Canonical" XHTML5 vocabulary. |