From 9d54661016b1e3d6ea3a6bc633bd657d25e99122 Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Tue, 28 Sep 2021 20:37:50 +0300 Subject: Adapt to libbutl headers extension change from .mxx to .hxx --- tests/repository-location/driver.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tests/repository-location') diff --git a/tests/repository-location/driver.cxx b/tests/repository-location/driver.cxx index b0c7039..c93b257 100644 --- a/tests/repository-location/driver.cxx +++ b/tests/repository-location/driver.cxx @@ -6,8 +6,8 @@ #include #include // invalid_argument, logic_error -#include -#include +#include +#include #include -- cgit v1.1