mirror of
https://git.mirrors.martin98.com/https://github.com/prusa3d/PrusaSlicer.git
synced 2025-08-01 12:22:01 +08:00
Fix compilation of test_gcodewriter.cpp.
This commit is contained in:
parent
9c9e578c76
commit
53199bccf7
@ -1,3 +1,4 @@
|
|||||||
|
#include <catch2/catch_approx.hpp>
|
||||||
#include <catch2/catch_test_macros.hpp>
|
#include <catch2/catch_test_macros.hpp>
|
||||||
#include <catch2/matchers/catch_matchers.hpp>
|
#include <catch2/matchers/catch_matchers.hpp>
|
||||||
#include <catch2/matchers/catch_matchers_string.hpp>
|
#include <catch2/matchers/catch_matchers_string.hpp>
|
||||||
@ -8,6 +9,7 @@
|
|||||||
#include "libslic3r/GCodeReader.hpp"
|
#include "libslic3r/GCodeReader.hpp"
|
||||||
|
|
||||||
using namespace Slic3r;
|
using namespace Slic3r;
|
||||||
|
using Catch::Approx;
|
||||||
|
|
||||||
SCENARIO("set_speed emits values with fixed-point output.", "[GCodeWriter]") {
|
SCENARIO("set_speed emits values with fixed-point output.", "[GCodeWriter]") {
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user