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 /tests | |
parent | a03e8a646b90d70b5c33e729b6e757a55a4ccdfd (diff) |
Adapt to adding hxx extension for headers and lib prefix for library dir in libbutl
Diffstat (limited to 'tests')
-rw-r--r-- | tests/load/driver.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/load/driver.cxx b/tests/load/driver.cxx index 7c8662b..a907be1 100644 --- a/tests/load/driver.cxx +++ b/tests/load/driver.cxx @@ -11,8 +11,8 @@ #include <odb/pgsql/database.hxx> -#include <butl/process> -#include <butl/filesystem> +#include <libbutl/process.hxx> +#include <libbutl/filesystem.hxx> #include <libbrep/types.hxx> #include <libbrep/utility.hxx> |