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…
Reference in New Issue
Block a user