]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/boost/geometry/algorithms/detail/expand/implementation.hpp
update ceph source to reef 18.1.2
[ceph.git] / ceph / src / boost / boost / geometry / algorithms / detail / expand / implementation.hpp
index 95de1b50496371ab7da491bee3bed5db2381d069..67ba2ba167b8d47b243cee26d1d82d754bba5b2c 100644 (file)
@@ -5,10 +5,11 @@
 // Copyright (c) 2009-2015 Mateusz Loskot, London, UK.
 // Copyright (c) 2014-2015 Samuel Debionne, Grenoble, France.
 
-// This file was modified by Oracle on 2015.
-// Modifications copyright (c) 2015, Oracle and/or its affiliates.
+// This file was modified by Oracle on 2015-2021.
+// Modifications copyright (c) 2015-2021, Oracle and/or its affiliates.
 
 // Contributed and/or modified by Menelaos Karavelas, on behalf of Oracle
+// Contributed and/or modified by Adam Wulkiewicz, on behalf of Oracle
 
 // Parts of Boost.Geometry are redesigned from Geodan's Geographic Library
 // (geolib/GGL), copyright (c) 1995-2010 Geodan, Amsterdam, the Netherlands.
@@ -24,4 +25,8 @@
 #include <boost/geometry/algorithms/detail/expand/segment.hpp>
 #include <boost/geometry/algorithms/detail/expand/box.hpp>
 
+#include <boost/geometry/strategies/expand/cartesian.hpp>
+#include <boost/geometry/strategies/expand/geographic.hpp>
+#include <boost/geometry/strategies/expand/spherical.hpp>
+
 #endif // BOOST_GEOMETRY_ALGORITHMS_DETAIL_EXPAND_IMPLEMENTATION_HPP