From 327114fa3ec8e0f01ffb53878f17c441bd49a361 Mon Sep 17 00:00:00 2001 From: YuSanka Date: Tue, 19 Feb 2019 13:47:40 +0100 Subject: [PATCH] Added missed include for the OSX build --- src/libslic3r/SLAPrint.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/libslic3r/SLAPrint.hpp b/src/libslic3r/SLAPrint.hpp index ffa451b354..23c34ada19 100644 --- a/src/libslic3r/SLAPrint.hpp +++ b/src/libslic3r/SLAPrint.hpp @@ -2,7 +2,7 @@ #define slic3r_SLAPrint_hpp_ #include - +#include "ClipperUtils.hpp" #include "PrintBase.hpp" #include "PrintExport.hpp" #include "Point.hpp"