diff options
author | Karen Arutyunov <karen@codesynthesis.com> | 2017-10-03 23:32:25 +0300 |
---|---|---|
committer | Karen Arutyunov <karen@codesynthesis.com> | 2017-10-03 23:32:25 +0300 |
commit | ef2646010039b04ccf882ea3480882fa1e43a1fc (patch) | |
tree | b06bc195eb1be0f19099edeb64f57cc63bc9d70a /mod/mod-repository-details.cxx | |
parent | 4ba97b671533399e960f9230013f4678cc45b1d2 (diff) |
Adapt to modularization of libbutl
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 b8b88bc..177f49d 100644 --- a/mod/mod-repository-details.cxx +++ b/mod/mod-repository-details.cxx @@ -11,7 +11,7 @@ #include <odb/database.hxx> #include <odb/transaction.hxx> -#include <libbutl/timestamp.hxx> // to_string() +#include <libbutl/timestamp.mxx> // to_string() #include <web/xhtml.hxx> #include <web/module.hxx> |