diff --git a/include/boost/geometry/algorithms/detail/overlay/enrich_intersection_points.hpp b/include/boost/geometry/algorithms/detail/overlay/enrich_intersection_points.hpp index faa8c7e32..bfe7e3909 100644 --- a/include/boost/geometry/algorithms/detail/overlay/enrich_intersection_points.hpp +++ b/include/boost/geometry/algorithms/detail/overlay/enrich_intersection_points.hpp @@ -29,8 +29,8 @@ #include #include #include +#include #include -#include #ifdef BOOST_GEOMETRY_DEBUG_ENRICH # include #endif diff --git a/include/boost/geometry/algorithms/detail/overlay/handle_tangencies.hpp b/include/boost/geometry/algorithms/detail/overlay/handle_tangencies.hpp index 2dc41a85b..1a35cff7c 100644 --- a/include/boost/geometry/algorithms/detail/overlay/handle_tangencies.hpp +++ b/include/boost/geometry/algorithms/detail/overlay/handle_tangencies.hpp @@ -19,7 +19,7 @@ #include #include #include -#include +#include #if defined(BOOST_GEOMETRY_DEBUG_HANDLE_TANGENCIES) #include diff --git a/include/boost/geometry/policies/robustness/zoom_to_robust.hpp b/include/boost/geometry/algorithms/detail/zoom_to_robust.hpp similarity index 100% rename from include/boost/geometry/policies/robustness/zoom_to_robust.hpp rename to include/boost/geometry/algorithms/detail/zoom_to_robust.hpp