123456789101112131415161718192021222324252627 |
- #ifndef BOOST_GEOMETRY_ALGORITHMS_OVERLAPS_HPP
- #define BOOST_GEOMETRY_ALGORITHMS_OVERLAPS_HPP
- #include <boost/geometry/algorithms/detail/overlaps/interface.hpp>
- #include <boost/geometry/algorithms/detail/overlaps/implementation.hpp>
- #endif
|