From 1e2c505cbee9ef903beb4d55a6f9600ac04d58c0 Mon Sep 17 00:00:00 2001 From: Guillaume Damiand Date: Tue, 19 Jul 2022 10:21:41 +0200 Subject: [PATCH] Add missing type in LCC-GMap --- .../include/CGAL/GMap_linear_cell_complex_storages.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Linear_cell_complex/include/CGAL/GMap_linear_cell_complex_storages.h b/Linear_cell_complex/include/CGAL/GMap_linear_cell_complex_storages.h index c03fcf60faa..9dcdbe5b541 100644 --- a/Linear_cell_complex/include/CGAL/GMap_linear_cell_complex_storages.h +++ b/Linear_cell_complex/include/CGAL/GMap_linear_cell_complex_storages.h @@ -125,6 +125,8 @@ namespace CGAL { using Attribute_handle=Attribute_descriptor; template using Attribute_const_handle=Attribute_const_descriptor; + using Vertex_attribute_handle=Vertex_attribute_descriptor; + using Vertex_attribute_const_handle=Vertex_attribute_const_descriptor; static constexpr Null_descriptor_type null_handle=null_descriptor;