mirror of
https://git.mirrors.martin98.com/https://github.com/prusa3d/PrusaSlicer.git
synced 2025-08-18 04:25:57 +08:00
Fixed missing includes
This commit is contained in:
parent
4f24945727
commit
b255278339
@ -5,6 +5,8 @@
|
|||||||
#include <libslic3r/ClipperUtils.hpp>
|
#include <libslic3r/ClipperUtils.hpp>
|
||||||
#include <libslic3r/Utils.hpp>
|
#include <libslic3r/Utils.hpp>
|
||||||
|
|
||||||
|
#include <numeric>
|
||||||
|
|
||||||
namespace Slic3r {
|
namespace Slic3r {
|
||||||
namespace Algorithm {
|
namespace Algorithm {
|
||||||
|
|
||||||
|
@ -1,6 +1,7 @@
|
|||||||
#ifndef slic3r_ClipperZUtils_hpp_
|
#ifndef slic3r_ClipperZUtils_hpp_
|
||||||
#define slic3r_ClipperZUtils_hpp_
|
#define slic3r_ClipperZUtils_hpp_
|
||||||
|
|
||||||
|
#include <numeric>
|
||||||
#include <vector>
|
#include <vector>
|
||||||
|
|
||||||
#include <clipper/clipper_z.hpp>
|
#include <clipper/clipper_z.hpp>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user