mirror of
https://git.mirrors.martin98.com/https://github.com/prusa3d/PrusaSlicer.git
synced 2025-09-12 13:03:15 +08:00
Fixed build on Linux (GCC 11.2).
This commit is contained in:
parent
7cfb086cd2
commit
5a67d0e183
@ -4,6 +4,10 @@
|
||||
#include "../Polygon.hpp"
|
||||
|
||||
namespace Slic3r {
|
||||
|
||||
class ExPolygon;
|
||||
using ExPolygons = std::vector<ExPolygon>;
|
||||
|
||||
namespace Geometry {
|
||||
|
||||
Pointf3s convex_hull(Pointf3s points);
|
||||
|
Loading…
x
Reference in New Issue
Block a user