From b02e459c4b293c66ad063135e09266161de4880b Mon Sep 17 00:00:00 2001 From: Alessandro Ranellucci Date: Mon, 26 May 2014 17:13:24 +0200 Subject: [PATCH] Attempt to fix compilation issue --- xs/xsp/Polygon.xsp | 1 + xs/xsp/Polyline.xsp | 1 + 2 files changed, 2 insertions(+) diff --git a/xs/xsp/Polygon.xsp b/xs/xsp/Polygon.xsp index 11fd04360c..93168272b7 100644 --- a/xs/xsp/Polygon.xsp +++ b/xs/xsp/Polygon.xsp @@ -2,6 +2,7 @@ %{ #include +#include "BoundingBox.hpp" #include "Polygon.hpp" %} diff --git a/xs/xsp/Polyline.xsp b/xs/xsp/Polyline.xsp index 31f1fd222e..e43405df58 100644 --- a/xs/xsp/Polyline.xsp +++ b/xs/xsp/Polyline.xsp @@ -2,6 +2,7 @@ %{ #include +#include "BoundingBox.hpp" #include "ClipperUtils.hpp" #include "Polyline.hpp" %}