From af457cd3d7005f125d4f9136963e04a80b575d0a Mon Sep 17 00:00:00 2001 From: Alessandro Ranellucci Date: Sun, 24 Nov 2013 11:24:10 +0100 Subject: [PATCH] Fix compilation on Windows --- xs/xsp/Surface.xsp | 1 + 1 file changed, 1 insertion(+) diff --git a/xs/xsp/Surface.xsp b/xs/xsp/Surface.xsp index b1128ac25..bc2367169 100644 --- a/xs/xsp/Surface.xsp +++ b/xs/xsp/Surface.xsp @@ -3,6 +3,7 @@ %{ #include #include "Surface.hpp" +#include "ClipperUtils.hpp" %} %name{Slic3r::Surface} class Surface {