12345678910111213141516171819202122 |
- #ifndef BOOST_GEOMETRY_ALGORITHMS_INTERSECTION_HPP
- #define BOOST_GEOMETRY_ALGORITHMS_INTERSECTION_HPP
- #include <boost/geometry/algorithms/detail/intersection/interface.hpp>
- #include <boost/geometry/algorithms/detail/intersection/implementation.hpp>
- #endif
|