Fixed missing includes
This commit is contained in:
parent
4f24945727
commit
b255278339
2 changed files with 3 additions and 0 deletions
|
@ -5,6 +5,8 @@
|
|||
#include <libslic3r/ClipperUtils.hpp>
|
||||
#include <libslic3r/Utils.hpp>
|
||||
|
||||
#include <numeric>
|
||||
|
||||
namespace Slic3r {
|
||||
namespace Algorithm {
|
||||
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
#ifndef slic3r_ClipperZUtils_hpp_
|
||||
#define slic3r_ClipperZUtils_hpp_
|
||||
|
||||
#include <numeric>
|
||||
#include <vector>
|
||||
|
||||
#include <clipper/clipper_z.hpp>
|
||||
|
|
Loading…
Reference in a new issue