Fix for build test with new dependency

This commit is contained in:
Filip Sykala - NTB T15p 2025-02-10 12:08:24 +01:00 committed by Lukas Matena
parent f0d3578952
commit eec3b8e7d6
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
#include <catch2/catch.hpp>
#include <catch2/catch_test_macros.hpp>
#include <libslic3r/SLA/SupportIslands/LineUtils.hpp>
using namespace Slic3r;

View File

@ -1,4 +1,4 @@
#include <catch2/catch.hpp>
#include <catch2/catch_test_macros.hpp>
#include <libslic3r/SLA/SupportIslands/VectorUtils.hpp>
using namespace Slic3r::sla;