Fix compilation on Windows

This commit is contained in:
Alessandro Ranellucci 2013-11-24 11:24:10 +01:00
parent 9cf138574c
commit af457cd3d7

View File

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