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