Fixed build on Linux (GCC 11.2).

This commit is contained in:
Lukáš Hejl 2022-05-05 13:52:52 +02:00
parent 7cfb086cd2
commit 5a67d0e183

View File

@ -4,6 +4,10 @@
#include "../Polygon.hpp"
namespace Slic3r {
class ExPolygon;
using ExPolygons = std::vector<ExPolygon>;
namespace Geometry {
Pointf3s convex_hull(Pointf3s points);