123456789101112131415161718192021222324252627282930 |
- #ifndef BOOST_GEOMETRY_ALGORITHMS_EQUALS_HPP
- #define BOOST_GEOMETRY_ALGORITHMS_EQUALS_HPP
- #include <boost/geometry/algorithms/detail/equals/interface.hpp>
- #include <boost/geometry/algorithms/detail/equals/implementation.hpp>
- #endif
|