mirror of
https://git.mirrors.martin98.com/https://github.com/prusa3d/PrusaSlicer.git
synced 2025-08-18 03:45:57 +08:00
Fix: Add necessary include
This commit is contained in:
parent
cca4fb653d
commit
30e5b54834
@ -7,14 +7,12 @@
|
|||||||
#include <libslic3r/Geometry.hpp>
|
#include <libslic3r/Geometry.hpp>
|
||||||
|
|
||||||
#include <libslic3r/VoronoiOffset.hpp>
|
#include <libslic3r/VoronoiOffset.hpp>
|
||||||
|
#include <libslic3r/VoronoiVisualUtils.hpp>
|
||||||
|
|
||||||
#include <numeric>
|
#include <numeric>
|
||||||
|
|
||||||
// #define VORONOI_DEBUG_OUT
|
// #define VORONOI_DEBUG_OUT
|
||||||
|
|
||||||
#ifdef VORONOI_DEBUG_OUT
|
|
||||||
#include <libslic3r/VoronoiVisualUtils.hpp>
|
|
||||||
#endif
|
|
||||||
|
|
||||||
using boost::polygon::voronoi_builder;
|
using boost::polygon::voronoi_builder;
|
||||||
using boost::polygon::voronoi_diagram;
|
using boost::polygon::voronoi_diagram;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user