Fix build on linux/clang 13 (#7203)

* Include missing headers

* Disambiguate nested template function for clang 13
This commit is contained in:
Yuri D'Elia
2021-11-01 08:02:20 +01:00
committed by GitHub
parent a94f1b332a
commit 0074df9c74
4 changed files with 10 additions and 0 deletions

View File

@@ -2,6 +2,9 @@
#include "../Polygon.hpp"
#include <numeric>
#include <boost/log/trivial.hpp>
namespace Slic3r { namespace Geometry {
Point circle_center_taubin_newton(const Points::const_iterator& input_begin, const Points::const_iterator& input_end, size_t cycles)