From ad2a0a92f14ea1a6eba4e1903cfcbc35664c302b Mon Sep 17 00:00:00 2001 From: barendgehrels Date: Wed, 21 Dec 2016 15:04:45 +0100 Subject: [PATCH] [overlay] add missing includes --- .../boost/geometry/algorithms/detail/overlay/sort_by_side.hpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/include/boost/geometry/algorithms/detail/overlay/sort_by_side.hpp b/include/boost/geometry/algorithms/detail/overlay/sort_by_side.hpp index bbba623ee..89bb7241d 100644 --- a/include/boost/geometry/algorithms/detail/overlay/sort_by_side.hpp +++ b/include/boost/geometry/algorithms/detail/overlay/sort_by_side.hpp @@ -10,8 +10,10 @@ #define BOOST_GEOMETRY_ALGORITHMS_DETAIL_OVERLAY_SORT_BY_SIDE_HPP #include +#include #include +#include #include #include #include