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/types-parsers.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'mod/types-parsers.cxx') diff --git a/mod/types-parsers.cxx b/mod/types-parsers.cxx index 422b353..3868c32 100644 --- a/mod/types-parsers.cxx +++ b/mod/types-parsers.cxx @@ -5,8 +5,8 @@ #include -#include -#include // from_string() +#include +#include // from_string() #include -- cgit v1.1