--- src/libslic3r/Geometry/VoronoiUtilsCgal.cpp.orig 2024-03-01 11:50:11 UTC +++ src/libslic3r/Geometry/VoronoiUtilsCgal.cpp @@ -2,6 +2,7 @@ ///|/ ///|/ PrusaSlicer is released under the terms of the AGPLv3 or higher ///|/ +#include #include #include #include @@ -325,4 +326,4 @@ VoronoiUtilsCgal::is_voronoi_diagram_planar_angle(cons return true; } -} // namespace Slic3r::Geometry \ No newline at end of file +} // namespace Slic3r::Geometry