mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-08-27 11:59:27 +00:00
Apply fix includes.
Cherry-picked from prusa3d/PrusaSlicer@919740fb3e Co-authored-by: Martin Šach <martin.sachin@gmail.com>
This commit is contained in:
@@ -1,15 +1,21 @@
|
||||
// Polygon offsetting using Voronoi diagram prodiced by boost::polygon.
|
||||
|
||||
#include "Geometry.hpp"
|
||||
#include "VoronoiOffset.hpp"
|
||||
#include "libslic3r.h"
|
||||
|
||||
#include <cmath>
|
||||
#include <algorithm>
|
||||
#include <array>
|
||||
#include <limits>
|
||||
#include <tuple>
|
||||
#include <utility>
|
||||
#include <cassert>
|
||||
#include <cstdlib>
|
||||
|
||||
#include "libslic3r/Geometry.hpp"
|
||||
#include "VoronoiOffset.hpp"
|
||||
#include "libslic3r/libslic3r.h"
|
||||
#include "libslic3r/Geometry/Voronoi.hpp"
|
||||
|
||||
// #define VORONOI_DEBUG_OUT
|
||||
|
||||
#include <boost/polygon/detail/voronoi_ctypes.hpp>
|
||||
|
||||
#ifdef VORONOI_DEBUG_OUT
|
||||
#include <libslic3r/VoronoiVisualUtils.hpp>
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user