mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-25 23:54:00 -06:00
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 <myinit.h>
|
||||||
#include "Point.hpp"
|
#include "Point.hpp"
|
||||||
|
#include "Polygon.hpp"
|
||||||
|
#include "Polyline.hpp"
|
||||||
%}
|
%}
|
||||||
|
|
||||||
%name{Slic3r::Point} class Point {
|
%name{Slic3r::Point} class Point {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue