mirror of
https://git.mirrors.martin98.com/https://github.com/prusa3d/PrusaSlicer.git
synced 2025-08-13 22:45:52 +08:00
Fix missing includes
This commit is contained in:
parent
89f0895dd6
commit
ce4cf95067
@ -1,4 +1,5 @@
|
||||
#include "../ClipperUtils.hpp"
|
||||
#include "../ClipperZUtils.hpp"
|
||||
#include "../ExtrusionEntityCollection.hpp"
|
||||
#include "../Layer.hpp"
|
||||
#include "../Print.hpp"
|
||||
|
@ -5,6 +5,8 @@
|
||||
#include <oneapi/tbb/spin_mutex.h>
|
||||
// for Slic3r::deque
|
||||
#include "../libslic3r.h"
|
||||
#include "ClipperUtils.hpp"
|
||||
#include "Polygon.hpp"
|
||||
|
||||
namespace Slic3r::FFFSupport {
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user