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

master
Y. Sapir 2014-05-25 00:55:13 +03:00
parent d2e51242d9
commit 9247f21ff8
1 changed files with 1 additions and 0 deletions

View File

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