This commit is contained in:
Maxime Gimeno 2018-10-30 12:10:58 +01:00
parent ea2043a842
commit da4bb1f26a
2 changed files with 2 additions and 3 deletions

View File

@ -18,8 +18,8 @@
//
// Author(s) : Maxime Gimeno
#ifndef CGAL_WKT_H
#define CGAL_WKT_H
#ifndef CGAL_IO_WKT_H
#define CGAL_IO_WKT_H
#include <iostream>
#include <sstream>

View File

@ -27,7 +27,6 @@
namespace boost{
namespace geometry{
namespace traits{
//!\todo should we use our own tag in namespace CGAL rather than use the ones from boost ?
template< typename R> struct tag<CGAL::internal::Geometry_container<R, linestring_tag> >
{ typedef linestring_tag type; };