This commit is contained in:
Maxime Gimeno 2018-11-05 11:25:07 +01:00
parent 8d39580ff4
commit 96bb50b361
7 changed files with 16 additions and 0 deletions

View File

@ -21,6 +21,8 @@
#ifndef CGAL_IO_TRAITS_LINESTRING_H
#define CGAL_IO_TRAITS_LINESTRING_H
#include <CGAL/internal/Geometry_container.h>
#include <boost/geometry/io/wkt/write.hpp>
#include <boost/geometry/io/wkt/read.hpp>

View File

@ -22,6 +22,8 @@
#define CGAL_IO_TRAITS_MULTILINESTRING_H
#include <CGAL/internal/Geometry_container.h>
#include <boost/geometry/io/wkt/write.hpp>
#include <boost/geometry/io/wkt/read.hpp>
namespace boost{
namespace geometry{

View File

@ -21,6 +21,8 @@
#ifndef CGAL_IO_TRAITS_MULTIPOINT_H
#define CGAL_IO_TRAITS_MULTIPOINT_H
#include <CGAL/internal/Geometry_container.h>
#include <boost/geometry/io/wkt/write.hpp>
#include <boost/geometry/io/wkt/read.hpp>
namespace boost{
namespace geometry{

View File

@ -21,6 +21,8 @@
#ifndef CGAL_IO_TRAITS_MULTIPOLYGON_H
#define CGAL_IO_TRAITS_MULTIPOLYGON_H
#include <CGAL/internal/Geometry_container.h>
#include <boost/geometry/io/wkt/write.hpp>
#include <boost/geometry/io/wkt/read.hpp>
namespace boost{

View File

@ -23,6 +23,9 @@
#include <CGAL/number_utils.h>
#include <CGAL/Point_2.h>
#include <boost/geometry/io/wkt/write.hpp>
#include <boost/geometry/io/wkt/read.hpp>
namespace boost{
namespace geometry{
namespace traits{

View File

@ -23,6 +23,9 @@
#include <CGAL/number_utils.h>
#include <CGAL/Point_3.h>
#include <boost/geometry/io/wkt/write.hpp>
#include <boost/geometry/io/wkt/read.hpp>
namespace boost{
namespace geometry{
namespace traits{

View File

@ -23,6 +23,8 @@
#include <CGAL/Polygon_2.h>
#include <CGAL/Polygon_with_holes_2.h>
#include <CGAL/Point_2.h>
#include <boost/geometry/io/wkt/write.hpp>
#include <boost/geometry/io/wkt/read.hpp>
namespace boost{
namespace geometry{