diff options
author | Karen Arutyunov <karen@codesynthesis.com> | 2017-05-01 17:23:45 +0300 |
---|---|---|
committer | Karen Arutyunov <karen@codesynthesis.com> | 2017-05-01 17:32:27 +0300 |
commit | 662400d824ceab77cb4dc2d0163b4d48d210b3e1 (patch) | |
tree | 3d32e9473e723dcccd5c08a6d6266fbb23aa8973 /mod/database-module.cxx | |
parent | a03e8a646b90d70b5c33e729b6e757a55a4ccdfd (diff) |
Adapt to adding hxx extension for headers and lib prefix for library dir in libbutl
Diffstat (limited to 'mod/database-module.cxx')
-rw-r--r-- | mod/database-module.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mod/database-module.cxx b/mod/database-module.cxx index 3b5e1e1..47cf03a 100644 --- a/mod/database-module.cxx +++ b/mod/database-module.cxx @@ -10,7 +10,7 @@ #include <odb/exceptions.hxx> -#include <butl/utility> // throw_generic_error() +#include <libbutl/utility.hxx> // throw_generic_error() #include <mod/options.hxx> #include <mod/database.hxx> |