]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/boost/geometry/algorithms/detail/extreme_points.hpp
update ceph source to reef 18.1.2
[ceph.git] / ceph / src / boost / boost / geometry / algorithms / detail / extreme_points.hpp
index 81960be2cccb9c14ee65fdca9243d9a41ce7ac28..a6605fd45dc06623944cfd4b2b95d8722c1dcd1f 100644 (file)
@@ -5,8 +5,8 @@
 // Copyright (c) 2009-2013 Mateusz Loskot, London, UK.
 // Copyright (c) 2013-2017 Adam Wulkiewicz, Lodz, Poland.
 
-// This file was modified by Oracle on 2017-2020.
-// Modifications copyright (c) 2017-2020 Oracle and/or its affiliates.
+// This file was modified by Oracle on 2017-2021.
+// Modifications copyright (c) 2017-2021 Oracle and/or its affiliates.
 
 // Contributed and/or modified by Adam Wulkiewicz, on behalf of Oracle
 
 #include <boost/range/size.hpp>
 #include <boost/range/value_type.hpp>
 
+#include <boost/geometry/algorithms/detail/assign_box_corners.hpp>
 #include <boost/geometry/algorithms/detail/interior_iterator.hpp>
 
+#include <boost/geometry/arithmetic/arithmetic.hpp>
+
 #include <boost/geometry/core/cs.hpp>
 #include <boost/geometry/core/point_order.hpp>
 #include <boost/geometry/core/point_type.hpp>
@@ -36,8 +39,6 @@
 #include <boost/geometry/geometries/concepts/check.hpp>
 #include <boost/geometry/iterators/ever_circling_iterator.hpp>
 
-#include <boost/geometry/algorithms/detail/assign_box_corners.hpp>
-
 #include <boost/geometry/strategies/side.hpp>
 
 #include <boost/geometry/util/math.hpp>