From 1035533676ed8dc4a22eb09f2e2a13a96b4dfca2 Mon Sep 17 00:00:00 2001 From: Menelaos Karavelas Date: Wed, 21 May 2014 16:53:39 +0300 Subject: [PATCH] [within] replace inclusion of algorithms/detail/disjoint/point_point.hpp by algorithms/detail/equals/point_point.hpp --- .../geometry/algorithms/detail/within/point_in_geometry.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/boost/geometry/algorithms/detail/within/point_in_geometry.hpp b/include/boost/geometry/algorithms/detail/within/point_in_geometry.hpp index a3841496f..18a46c279 100644 --- a/include/boost/geometry/algorithms/detail/within/point_in_geometry.hpp +++ b/include/boost/geometry/algorithms/detail/within/point_in_geometry.hpp @@ -24,7 +24,7 @@ #include #include -#include +#include #include #include