Fixed build on Linux (GCC 11.2).
This commit is contained in:
parent
7cfb086cd2
commit
5a67d0e183
1 changed files with 4 additions and 0 deletions
|
@ -4,6 +4,10 @@
|
|||
#include "../Polygon.hpp"
|
||||
|
||||
namespace Slic3r {
|
||||
|
||||
class ExPolygon;
|
||||
using ExPolygons = std::vector<ExPolygon>;
|
||||
|
||||
namespace Geometry {
|
||||
|
||||
Pointf3s convex_hull(Pointf3s points);
|
||||
|
|
Loading…
Add table
Reference in a new issue