relate.hpp 642 B

1234567891011121314151617
  1. // Boost.Geometry (aka GGL, Generic Geometry Library)
  2. // Copyright (c) 2015 Oracle and/or its affiliates.
  3. // Contributed and/or modified by Adam Wulkiewicz, on behalf of Oracle
  4. // Use, modification and distribution is subject to the Boost Software License,
  5. // Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
  6. // http://www.boost.org/LICENSE_1_0.txt)
  7. #ifndef BOOST_GEOMETRY_ALGORITHMS_RELATE_HPP
  8. #define BOOST_GEOMETRY_ALGORITHMS_RELATE_HPP
  9. #include <boost/geometry/algorithms/detail/relate/interface.hpp>
  10. #include <boost/geometry/algorithms/detail/relate/implementation.hpp>
  11. #endif // BOOST_GEOMETRY_ALGORITHMS_RELATE_HPP