1234567891011121314151617181920212223242526 |
- #ifndef BOOST_GEOMETRY_ALGORITHMS_DISTANCE_HPP
- #define BOOST_GEOMETRY_ALGORITHMS_DISTANCE_HPP
- #include <boost/geometry/algorithms/detail/distance/interface.hpp>
- #include <boost/geometry/algorithms/detail/distance/implementation.hpp>
- #endif
|