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 --- monitor/monitor.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'monitor/monitor.cxx') diff --git a/monitor/monitor.cxx b/monitor/monitor.cxx index bbab0a5..5c4d451 100644 --- a/monitor/monitor.cxx +++ b/monitor/monitor.cxx @@ -13,8 +13,8 @@ #include -#include -#include // compare_c_string +#include +#include // compare_c_string #include -- cgit v1.1