From 9247f21ff89d9f2699e2ebc885283efc84a4cc89 Mon Sep 17 00:00:00 2001 From: "Y. Sapir" Date: Sun, 25 May 2014 00:55:13 +0300 Subject: [PATCH] Add missing include "BoundingBox.hpp" to Polygon.xsp. --- xs/xsp/Polygon.xsp | 1 + 1 file changed, 1 insertion(+) diff --git a/xs/xsp/Polygon.xsp b/xs/xsp/Polygon.xsp index 11fd04360..f63fc521b 100644 --- a/xs/xsp/Polygon.xsp +++ b/xs/xsp/Polygon.xsp @@ -3,6 +3,7 @@ %{ #include #include "Polygon.hpp" +#include "BoundingBox.hpp" %} %name{Slic3r::Polygon} class Polygon {