From 53199bccf7b0f4dead7ecf8fb933856be71a10ba Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luk=C3=A1=C5=A1=20Hejl?= Date: Thu, 13 Feb 2025 10:31:39 +0100 Subject: [PATCH] Fix compilation of test_gcodewriter.cpp. --- tests/fff_print/test_gcodewriter.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/fff_print/test_gcodewriter.cpp b/tests/fff_print/test_gcodewriter.cpp index 17ae281b43..a53b8821d5 100644 --- a/tests/fff_print/test_gcodewriter.cpp +++ b/tests/fff_print/test_gcodewriter.cpp @@ -1,3 +1,4 @@ +#include #include #include #include @@ -8,6 +9,7 @@ #include "libslic3r/GCodeReader.hpp" using namespace Slic3r; +using Catch::Approx; SCENARIO("set_speed emits values with fixed-point output.", "[GCodeWriter]") {