]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/boost/geometry/io/dsv/write.hpp
import quincy beta 17.1.0
[ceph.git] / ceph / src / boost / boost / geometry / io / dsv / write.hpp
index 71facebaeb8a3603ffdf8654b4ed832299ccbaf5..d24255d4a95d53817f4a22ff50107b1301fba276 100644 (file)
@@ -5,9 +5,8 @@
 // Copyright (c) 2009-2012 Mateusz Loskot, London, UK.
 // Copyright (c) 2014 Adam Wulkiewicz, Lodz, Poland.
 
-// This file was modified by Oracle on 2018.
-// Modifications copyright (c) 2018, Oracle and/or its affiliates.
-
+// This file was modified by Oracle on 2018-2020.
+// Modifications copyright (c) 2018-2020, Oracle and/or its affiliates.
 // Contributed and/or modified by Adam Wulkiewicz, on behalf of Oracle
 
 // Parts of Boost.Geometry are redesigned from Geodan's Geographic Library
@@ -25,7 +24,9 @@
 #include <string>
 
 #include <boost/concept_check.hpp>
-#include <boost/range.hpp>
+#include <boost/range/begin.hpp>
+#include <boost/range/end.hpp>
+#include <boost/range/value_type.hpp>
 
 #include <boost/geometry/algorithms/detail/interior_iterator.hpp>