From 04ed3abd3fa5b7c29f61754d6fa03b36365e14c7 Mon Sep 17 00:00:00 2001
From: Alessandro Ranellucci <aar@cpan.org>
Date: Sat, 14 Jun 2014 23:12:03 +0200
Subject: [PATCH] Fix compilation on 5.18(?)

---
 xs/xsp/Point.xsp | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/xs/xsp/Point.xsp b/xs/xsp/Point.xsp
index 1380c01f1..f4735cf1f 100644
--- a/xs/xsp/Point.xsp
+++ b/xs/xsp/Point.xsp
@@ -3,6 +3,8 @@
 %{
 #include <myinit.h>
 #include "Point.hpp"
+#include "Polygon.hpp"
+#include "Polyline.hpp"
 %}
 
 %name{Slic3r::Point} class Point {