Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/prusa3d/PrusaSlicer.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorbubnikv <bubnikv@gmail.com>2019-11-01 23:13:53 +0300
committerbubnikv <bubnikv@gmail.com>2019-11-01 23:13:53 +0300
commitbb8d59391fdd21317a68e4b83c54fc3f3fe88c0a (patch)
tree8cbca8fb1b9a498caaf6a05f5b0cd682800d762a /src
parentc4a74fdfc54ae153ae47696ad15bbe30becfd2fe (diff)
Fixed missing include
Diffstat (limited to 'src')
-rw-r--r--src/libslic3r/ElephantFootCompensation.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/libslic3r/ElephantFootCompensation.cpp b/src/libslic3r/ElephantFootCompensation.cpp
index b23854f11..5bdeaa954 100644
--- a/src/libslic3r/ElephantFootCompensation.cpp
+++ b/src/libslic3r/ElephantFootCompensation.cpp
@@ -1,6 +1,7 @@
#include "clipper/clipper_z.hpp"
#include "libslic3r.h"
+#include "ClipperUtils.hpp"
#include "EdgeGrid.hpp"
#include "ExPolygon.hpp"
#include "ElephantFootCompensation.hpp"