aboutsummaryrefslogtreecommitdiff
path: root/tests/package-version
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2017-05-01 17:09:14 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2017-05-01 17:09:14 +0300
commitf63ef29b7e09e9366d7eefaf0d82f21679bab399 (patch)
tree19288c890721d2d1ce9a5bfacc96bfce2655926e /tests/package-version
parentc4d2ac250aee4102b519ce1db89bde3fe7855639 (diff)
Adapt to adding hxx extension for headers and lib prefix for library dir in libbutl
Diffstat (limited to 'tests/package-version')
-rw-r--r--tests/package-version/driver.cxx4
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>