Fixed missing includes

This commit is contained in:
Vojtech Bubnik 2023-01-03 13:39:59 +01:00
parent 4f24945727
commit b255278339
2 changed files with 3 additions and 0 deletions

View file

@ -5,6 +5,8 @@
#include <libslic3r/ClipperUtils.hpp>
#include <libslic3r/Utils.hpp>
#include <numeric>
namespace Slic3r {
namespace Algorithm {

View file

@ -1,6 +1,7 @@
#ifndef slic3r_ClipperZUtils_hpp_
#define slic3r_ClipperZUtils_hpp_
#include <numeric>
#include <vector>
#include <clipper/clipper_z.hpp>