12345678910111213141516171819202122232425262728 |
- #ifndef BOOST_GEOMETRY_ALGORITHMS_WITHIN_HPP
- #define BOOST_GEOMETRY_ALGORITHMS_WITHIN_HPP
- #include <boost/geometry/algorithms/detail/within/interface.hpp>
- #include <boost/geometry/algorithms/detail/within/implementation.hpp>
- #include <boost/geometry/algorithms/detail/within/implementation_gc.hpp>
- #endif
|