Fix compilation on 5.18(?)

This commit is contained in:
Alessandro Ranellucci 2014-06-14 23:12:03 +02:00
parent 57a9486692
commit 04ed3abd3f

View file

@ -3,6 +3,8 @@
%{
#include <myinit.h>
#include "Point.hpp"
#include "Polygon.hpp"
#include "Polyline.hpp"
%}
%name{Slic3r::Point} class Point {