1
0
mirror of https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git synced 2026-07-31 11:15:52 +00:00

Add missing include "BoundingBox.hpp" to Polygon.xsp.

This commit is contained in:
Y. Sapir
2014-05-25 00:55:13 +03:00
parent d2e51242d9
commit 9247f21ff8
+1
View File
@@ -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 {