mirror of
https://github.com/boostorg/geometry.git
synced 2026-02-10 23:42:12 +00:00
Have to include provided geometries because of move of replace_point_type
[SVN r70837]
This commit is contained in:
@@ -63,6 +63,15 @@
|
||||
#include <boost/geometry/algorithms/unique.hpp>
|
||||
#include <boost/geometry/algorithms/within.hpp>
|
||||
|
||||
// Include provided geometries
|
||||
#include <boost/geometry/geometries/point.hpp>
|
||||
#include <boost/geometry/geometries/linestring.hpp>
|
||||
#include <boost/geometry/geometries/ring.hpp>
|
||||
#include <boost/geometry/geometries/polygon.hpp>
|
||||
#include <boost/geometry/geometries/segment.hpp>
|
||||
#include <boost/geometry/geometries/box.hpp>
|
||||
|
||||
|
||||
// Include multi a.o. because it can give weird effects
|
||||
// if you don't (e.g. area=0 of a filled multipolygon)
|
||||
#include <boost/geometry/multi/multi.hpp>
|
||||
|
||||
Reference in New Issue
Block a user