mirror of
https://git.mirrors.martin98.com/https://github.com/prusa3d/PrusaSlicer.git
synced 2025-08-15 22:26:01 +08:00
add missing boost/log/trivial.hpp include in VoronoiUtils.cpp
This commit is contained in:
parent
e09f6e526a
commit
be31ac103b
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user