Fix compilation on Windows

svg-paths
Alessandro Ranellucci 2013-11-24 11:24:10 +01:00
parent 9cf138574c
commit af457cd3d7
1 changed files with 1 additions and 0 deletions

View File

@ -3,6 +3,7 @@
%{
#include <myinit.h>
#include "Surface.hpp"
#include "ClipperUtils.hpp"
%}
%name{Slic3r::Surface} class Surface {