1 // Boost.Geometry (aka GGL, Generic Geometry Library) 2 3 // Copyright (c) 2007-2013 Barend Gehrels, Amsterdam, the Netherlands. 4 // Copyright (c) 2008-2013 Bruno Lalande, Paris, France. 5 // Copyright (c) 2009-2013 Mateusz Loskot, London, UK. 6 // Copyright (c) 2013 Adam Wulkiewicz, Lodz, Poland. 7 8 // Use, modification and distribution is subject to the Boost Software License, 9 // Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at 10 // http://www.boost.org/LICENSE_1_0.txt) 11 12 #ifndef BOOST_GEOMETRY_MULTI_ALGORITHMS_DETAIL_EXTREME_POINTS_HPP 13 #define BOOST_GEOMETRY_MULTI_ALGORITHMS_DETAIL_EXTREME_POINTS_HPP 14 15 16 #include <boost/geometry/algorithms/detail/extreme_points.hpp> 17 18 19 #endif // BOOST_GEOMETRY_MULTI_ALGORITHMS_DETAIL_EXTREME_POINTS_HPP 20