diff --git a/Linear_cell_complex/include/CGAL/Linear_cell_complex/IO/VTK.h b/Linear_cell_complex/include/CGAL/Linear_cell_complex/IO/VTK.h index a5700661597..ab829bf5b8d 100644 --- a/Linear_cell_complex/include/CGAL/Linear_cell_complex/IO/VTK.h +++ b/Linear_cell_complex/include/CGAL/Linear_cell_complex/IO/VTK.h @@ -22,6 +22,7 @@ #include #include #include +#include namespace CGAL { namespace IO { @@ -361,6 +362,7 @@ bool read_lcc_from_vtk_ascii(std::istream& is, LCC& alcc, // Create cells based on types std::size_t cell_type; + std::set error_types; for(std::size_t i = 0; i>cell_type)) @@ -408,7 +410,11 @@ bool read_lcc_from_vtk_ascii(std::istream& is, LCC& alcc, make_generic_cell_with_builder(ib, v); break; default: - std::cerr<<"[ERROR] read_VTK: type "<