From ac80e3c37f1fee068e46b6f5a2043581d413e992 Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Tue, 28 Sep 2021 21:48:06 +0300 Subject: Adapt to libbutl headers extension change from .mxx to .hxx --- mod/mod-builds.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'mod/mod-builds.cxx') diff --git a/mod/mod-builds.cxx b/mod/mod-builds.cxx index 5ffe6dd..c5a1f3c 100644 --- a/mod/mod-builds.cxx +++ b/mod/mod-builds.cxx @@ -11,8 +11,8 @@ #include #include -#include // to_string() -#include +#include // to_string() +#include #include // to_result_status(), to_string(result_status) -- cgit v1.1