diff options
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> |