12345678910111213141516171819202122232425 |
- #ifndef BOOST_GEOMETRY_ALGORITHMS_COMPARABLE_DISTANCE_HPP
- #define BOOST_GEOMETRY_ALGORITHMS_COMPARABLE_DISTANCE_HPP
- #include <boost/geometry/algorithms/detail/comparable_distance/interface.hpp>
- #include <boost/geometry/algorithms/detail/comparable_distance/implementation.hpp>
- #endif
|