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/build-config.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'mod/build-config.cxx') diff --git a/mod/build-config.cxx b/mod/build-config.cxx index 43a85e8..8fbbf99 100644 --- a/mod/build-config.cxx +++ b/mod/build-config.cxx @@ -3,8 +3,8 @@ #include -#include // alpha(), etc. -#include +#include // alpha(), etc. +#include namespace brep { -- cgit v1.1