diff --git a/Voronoi_diagram_2/include/CGAL/Voronoi_diagram_2/Handle_adaptor.h b/Voronoi_diagram_2/include/CGAL/Voronoi_diagram_2/Handle_adaptor.h index 91b5be76f09..8ed30759595 100644 --- a/Voronoi_diagram_2/include/CGAL/Voronoi_diagram_2/Handle_adaptor.h +++ b/Voronoi_diagram_2/include/CGAL/Voronoi_diagram_2/Handle_adaptor.h @@ -33,6 +33,8 @@ class Handle_adaptor typedef T& reference; typedef const T* const_pointer; typedef const T& const_reference; + typedef void iterator_category; + typedef std::ptrdiff_t difference_type; public: Handle_adaptor() : t() {}