[closest_points] Add missing include files in closest_point strategies

This commit is contained in:
Vissarion Fisikopoulos 2021-12-01 17:09:59 +02:00
parent 1174f60d50
commit 20da3054d5

View File

@ -10,10 +10,13 @@
#ifndef BOOST_GEOMETRY_STRATEGIES_CARTESIAN_CLOSEST_POINTS_PT_SEG_HPP
#define BOOST_GEOMETRY_STRATEGIES_CARTESIAN_CLOSEST_POINTS_PT_SEG_HPP
#include <boost/geometry/core/coordinate_promotion.hpp>
#include <boost/geometry/geometries/point.hpp>
#include <boost/geometry/strategies/cartesian/distance_pythagoras.hpp>
#include <boost/geometry/strategies/closest_points/services.hpp>
namespace boost { namespace geometry
{