mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-11-02 20:51:23 -07:00
Add missing include "BoundingBox.hpp" to Polygon.xsp.
This commit is contained in:
parent
d2e51242d9
commit
9247f21ff8
1 changed files with 1 additions and 0 deletions
|
|
@ -3,6 +3,7 @@
|
||||||
%{
|
%{
|
||||||
#include <myinit.h>
|
#include <myinit.h>
|
||||||
#include "Polygon.hpp"
|
#include "Polygon.hpp"
|
||||||
|
#include "BoundingBox.hpp"
|
||||||
%}
|
%}
|
||||||
|
|
||||||
%name{Slic3r::Polygon} class Polygon {
|
%name{Slic3r::Polygon} class Polygon {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue