From c81ffc391d704142301085eeb7af408325b3043e Mon Sep 17 00:00:00 2001 From: Alessandro Ranellucci Date: Fri, 2 May 2014 11:51:07 +0200 Subject: [PATCH] Tentative fix for unreproduced compilation error reported --- xs/xsp/Line.xsp | 1 + 1 file changed, 1 insertion(+) diff --git a/xs/xsp/Line.xsp b/xs/xsp/Line.xsp index 7d234729f..a1927d57c 100644 --- a/xs/xsp/Line.xsp +++ b/xs/xsp/Line.xsp @@ -3,6 +3,7 @@ %{ #include #include "Line.hpp" +#include "Polyline.hpp" #include "perlglue.hpp" %}