aboutsummaryrefslogtreecommitdiff
path: root/tests/package-version
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2017-10-03 23:44:19 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2017-10-03 23:44:19 +0300
commit239dd1f70e16032ee27d1f040955b9b9c75d94f0 (patch)
tree80fd2bb10442d80ac70b5523cdd04a6383136849 /tests/package-version
parent99441908700b1862fb3895bd7178f434b2fd9aa0 (diff)
Adapt to modularization of 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 b39deb1..1cfad1e 100644
--- a/tests/package-version/driver.cxx
+++ b/tests/package-version/driver.cxx
@@ -9,8 +9,8 @@
#include <exception>
#include <stdexcept> // invalid_argument
-#include <libbutl/utility.hxx> // operator<<(ostream, exception)
-#include <libbutl/optional.hxx>
+#include <libbutl/utility.mxx> // operator<<(ostream, exception)
+#include <libbutl/optional.mxx>
#include <libbpkg/manifest.hxx>