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