Fix compilation on 5.18(?)
This commit is contained in:
parent
57a9486692
commit
04ed3abd3f
1 changed files with 2 additions and 0 deletions
|
@ -3,6 +3,8 @@
|
|||
%{
|
||||
#include <myinit.h>
|
||||
#include "Point.hpp"
|
||||
#include "Polygon.hpp"
|
||||
#include "Polyline.hpp"
|
||||
%}
|
||||
|
||||
%name{Slic3r::Point} class Point {
|
||||
|
|
Loading…
Reference in a new issue