]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/libs/geometry/test/iterators/point_iterator.cpp
update sources to v12.2.3
[ceph.git] / ceph / src / boost / libs / geometry / test / iterators / point_iterator.cpp
index 8c2cba036d1fc7d156ae1880dff6751de2f77ce9..f525640a8ac4e05bf84871c6ac1c2ffc7a26c11e 100644 (file)
@@ -1,7 +1,7 @@
 // Boost.Geometry (aka GGL, Generic Geometry Library)
 // Unit Test
 
-// Copyright (c) 2014-2016, Oracle and/or its affiliates.
+// Copyright (c) 2014-2017, 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
@@ -22,7 +22,6 @@
 
 #include <boost/test/included/unit_test.hpp>
 
-#include <boost/assign/list_of.hpp>
 #include <boost/concept_check.hpp>
 #include <boost/core/ignore_unused.hpp>
 #include <boost/iterator/iterator_concepts.hpp>
 #include <boost/geometry/iterators/point_iterator.hpp>
 #include <boost/geometry/iterators/point_reverse_iterator.hpp>
 
+#include <boost/geometry/strategies/strategies.hpp>
+
 #include <test_common/with_pointer.hpp>
 #include <test_geometries/copy_on_dereference_geometries.hpp>
 
+// At the end because of conflicts with Boost.QVM
+#include <boost/assign/list_of.hpp>
+
+
 namespace bg = ::boost::geometry;
 namespace ba = ::boost::assign;