diff options
Diffstat (limited to 'tests/package-version/driver.cxx')
-rw-r--r-- | tests/package-version/driver.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/package-version/driver.cxx b/tests/package-version/driver.cxx index 4659db9..2ca318b 100644 --- a/tests/package-version/driver.cxx +++ b/tests/package-version/driver.cxx @@ -9,8 +9,8 @@ #include <exception> #include <stdexcept> // invalid_argument -#include <butl/utility> // operator<<(ostream, exception) -#include <butl/optional> +#include <libbutl/utility.hxx> // operator<<(ostream, exception) +#include <libbutl/optional.hxx> #include <libbpkg/manifest.hxx> |