From c83bc33cb429f765a91b98ebb8cc072cd040cae2 Mon Sep 17 00:00:00 2001 From: Adam Wulkiewicz Date: Fri, 15 Dec 2017 01:16:36 +0100 Subject: [PATCH] [overlay] Add missing includes in add_rings.hpp --- .../boost/geometry/algorithms/detail/overlay/add_rings.hpp | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/include/boost/geometry/algorithms/detail/overlay/add_rings.hpp b/include/boost/geometry/algorithms/detail/overlay/add_rings.hpp index f64eb0b06..06d1ec3e5 100644 --- a/include/boost/geometry/algorithms/detail/overlay/add_rings.hpp +++ b/include/boost/geometry/algorithms/detail/overlay/add_rings.hpp @@ -2,6 +2,11 @@ // Copyright (c) 2007-2012 Barend Gehrels, Amsterdam, the Netherlands. +// This file was modified by Oracle on 2017. +// Modifications copyright (c) 2017, Oracle and/or its affiliates. + +// Contributed and/or modified by Adam Wulkiewicz, on behalf of Oracle + // Use, modification and distribution is subject to the Boost Software License, // Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at // http://www.boost.org/LICENSE_1_0.txt) @@ -10,8 +15,10 @@ #define BOOST_GEOMETRY_ALGORITHMS_DETAIL_OVERLAY_ADD_RINGS_HPP #include +#include #include +#include #include #include #include