From 33e902a74465110489c6566f5f0c035ad9432de4 Mon Sep 17 00:00:00 2001 From: Stanislaw Halik Date: Fri, 1 Jul 2022 18:30:37 +0200 Subject: compat: drop pre-C++20 macros.hpp header --- compat/correlation-calibrator.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'compat/correlation-calibrator.cpp') diff --git a/compat/correlation-calibrator.cpp b/compat/correlation-calibrator.cpp index 4f08ecd5..07ef7d3d 100644 --- a/compat/correlation-calibrator.cpp +++ b/compat/correlation-calibrator.cpp @@ -2,7 +2,7 @@ #include "variance.hpp" #include "compat/math.hpp" #include "compat/meta.hpp" -#include "compat/macros1.h" +#include "compat/macros.h" #include #include -- cgit v1.2.3