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 /migrate | |
parent | 4ba97b671533399e960f9230013f4678cc45b1d2 (diff) |
Adapt to modularization of libbutl
Diffstat (limited to 'migrate')
-rw-r--r-- | migrate/migrate.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/migrate/migrate.cxx b/migrate/migrate.cxx index 0fde937..95d47fd 100644 --- a/migrate/migrate.cxx +++ b/migrate/migrate.cxx @@ -13,7 +13,7 @@ #include <odb/pgsql/database.hxx> -#include <libbutl/pager.hxx> +#include <libbutl/pager.mxx> #include <libbrep/database-lock.hxx> |