From aafe09bc1cb5211ebd63d5941cf51f848aa30465 Mon Sep 17 00:00:00 2001 From: Jonathan Allen Grant Date: Wed, 13 Sep 2023 01:06:14 -0700 Subject: [PATCH] Update meson.build to fix #2722 (#2742) --- src/catch2/meson.build | 1 + 1 file changed, 1 insertion(+) diff --git a/src/catch2/meson.build b/src/catch2/meson.build index f1c32219..1f9bf45a 100644 --- a/src/catch2/meson.build +++ b/src/catch2/meson.build @@ -157,6 +157,7 @@ internal_headers = [ 'matchers/catch_matchers_floating_point.hpp', 'matchers/catch_matchers_predicate.hpp', 'matchers/catch_matchers_quantifiers.hpp', + 'matchers/catch_matchers_range_equals.hpp', 'matchers/catch_matchers_string.hpp', 'matchers/catch_matchers_templated.hpp', 'matchers/catch_matchers_vector.hpp',