Mercurial > hg > orthanc-stone
changeset 137:a30ff4866a1e wasm
fix
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Tue, 16 Jan 2018 13:31:19 +0100 |
parents | a06ad9d7406e |
children | 77c4fef7f4a5 |
files | Framework/Toolbox/DicomStructureSet.cpp |
diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/Framework/Toolbox/DicomStructureSet.cpp Tue Jan 16 12:49:54 2018 +0100 +++ b/Framework/Toolbox/DicomStructureSet.cpp Tue Jan 16 13:31:19 2018 +0100 @@ -34,6 +34,7 @@ #include <boost/geometry.hpp> #include <boost/geometry/geometries/point_xy.hpp> #include <boost/geometry/geometries/polygon.hpp> +#include <boost/geometry/multi/geometries/multi_polygon.hpp> typedef boost::geometry::model::d2::point_xy<double> BoostPoint; typedef boost::geometry::model::polygon<BoostPoint> BoostPolygon;