12345678910111213141516171819 |
- #ifndef BOOST_GEOMETRY_ALGORITHMS_RELATE_HPP
- #define BOOST_GEOMETRY_ALGORITHMS_RELATE_HPP
- #include <boost/geometry/algorithms/detail/relate/interface.hpp>
- #include <boost/geometry/algorithms/detail/relate/implementation.hpp>
- #include <boost/geometry/algorithms/detail/relate/implementation_gc.hpp>
- #endif
|