From 7b20427da02dcb99fa14b97e116793956554bb70 Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Tue, 28 Sep 2021 21:34:49 +0300 Subject: Adapt to libbutl headers extension change from .mxx to .hxx --- libbutl/manifest.cxx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'libbutl/manifest.cxx') diff --git a/libbutl/manifest.cxx b/libbutl/manifest.cxx index 81ef1c4..24460cf 100644 --- a/libbutl/manifest.cxx +++ b/libbutl/manifest.cxx @@ -8,10 +8,10 @@ #include #include // invalid_argument -#include -#include -#include -#include +#include +#include +#include +#include using namespace std; using namespace butl; -- cgit v1.1