mirror of
https://github.com/boostorg/geometry.git
synced 2025-05-12 14:01:47 +00:00
[closest_points] Add missing include files in closest_point strategies
This commit is contained in:
parent
1174f60d50
commit
20da3054d5
@ -10,10 +10,13 @@
|
|||||||
#ifndef BOOST_GEOMETRY_STRATEGIES_CARTESIAN_CLOSEST_POINTS_PT_SEG_HPP
|
#ifndef BOOST_GEOMETRY_STRATEGIES_CARTESIAN_CLOSEST_POINTS_PT_SEG_HPP
|
||||||
#define 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/cartesian/distance_pythagoras.hpp>
|
||||||
#include <boost/geometry/strategies/closest_points/services.hpp>
|
#include <boost/geometry/strategies/closest_points/services.hpp>
|
||||||
|
|
||||||
|
|
||||||
namespace boost { namespace geometry
|
namespace boost { namespace geometry
|
||||||
{
|
{
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user