add missing boost/log/trivial.hpp include in VoronoiUtils.cpp

This commit is contained in:
Robert Schiele 2024-02-09 19:15:00 +01:00 committed by Lukas Matena
parent e09f6e526a
commit be31ac103b

View File

@ -1,3 +1,5 @@
#include <boost/log/trivial.hpp>
#include <Arachne/utils/PolygonsSegmentIndex.hpp>
#include <MultiMaterialSegmentation.hpp>
@ -278,4 +280,4 @@ VD::vertex_type VoronoiUtils::make_rotated_vertex(VD::vertex_type &vertex, const
return rotated_vertex;
}
} // namespace Slic3r::Geometry
} // namespace Slic3r::Geometry