From 1ef54cd00adf38cecc82386c0c6926e345c2a30e Mon Sep 17 00:00:00 2001 From: Barend Gehrels Date: Wed, 23 Apr 2014 13:27:55 +0200 Subject: [PATCH] Added missing includes which are now necessary --- include/boost/geometry/algorithms/detail/relate/areal_areal.hpp | 2 ++ .../geometry/algorithms/detail/relate/boundary_checker.hpp | 1 + .../boost/geometry/algorithms/detail/relate/linear_areal.hpp | 2 ++ 3 files changed, 5 insertions(+) diff --git a/include/boost/geometry/algorithms/detail/relate/areal_areal.hpp b/include/boost/geometry/algorithms/detail/relate/areal_areal.hpp index aa11e25f9..b89b3ea6c 100644 --- a/include/boost/geometry/algorithms/detail/relate/areal_areal.hpp +++ b/include/boost/geometry/algorithms/detail/relate/areal_areal.hpp @@ -17,6 +17,8 @@ #include #include +#include +#include #include #include diff --git a/include/boost/geometry/algorithms/detail/relate/boundary_checker.hpp b/include/boost/geometry/algorithms/detail/relate/boundary_checker.hpp index d7506a40e..70c833326 100644 --- a/include/boost/geometry/algorithms/detail/relate/boundary_checker.hpp +++ b/include/boost/geometry/algorithms/detail/relate/boundary_checker.hpp @@ -12,6 +12,7 @@ #define BOOST_GEOMETRY_ALGORITHMS_DETAIL_RELATE_BOUNDARY_CHECKER_HPP #include +#include #include #include diff --git a/include/boost/geometry/algorithms/detail/relate/linear_areal.hpp b/include/boost/geometry/algorithms/detail/relate/linear_areal.hpp index 9692372b5..18867453e 100644 --- a/include/boost/geometry/algorithms/detail/relate/linear_areal.hpp +++ b/include/boost/geometry/algorithms/detail/relate/linear_areal.hpp @@ -17,6 +17,8 @@ #include #include +#include +#include #include #include