From 2aab8f1245b6710ba2ad0ac877cffd64ac61b5c2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20Ba=C5=99tip=C3=A1n?= Date: Fri, 7 Feb 2025 10:29:49 +0100 Subject: [PATCH] test_infill_above_bridges: migrated to newer catch2 --- tests/fff_print/test_infill_above_bridges.cpp | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/tests/fff_print/test_infill_above_bridges.cpp b/tests/fff_print/test_infill_above_bridges.cpp index dc0d72338c..a3d172b6cb 100644 --- a/tests/fff_print/test_infill_above_bridges.cpp +++ b/tests/fff_print/test_infill_above_bridges.cpp @@ -1,7 +1,9 @@ -#include +#include +#include #include using namespace Slic3r; +using Catch::Approx; const ExPolygon square{ Point::new_scale(0, 0),