12345678910111213141516171819202122232425262728293031 |
- #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>
- #include <boost/geometry/algorithms/detail/equals/implementation_gc.hpp>
- #endif
|