From 9f0d0ec2a77178c4784b0200de51f57142ee4e2b Mon Sep 17 00:00:00 2001 From: Guillaume Damiand Date: Mon, 18 Feb 2013 10:44:53 +0100 Subject: [PATCH] Add missing typedef --- Combinatorial_map/include/CGAL/Cell_attribute.h | 1 + 1 file changed, 1 insertion(+) diff --git a/Combinatorial_map/include/CGAL/Cell_attribute.h b/Combinatorial_map/include/CGAL/Cell_attribute.h index 8a325e39e41..ce35d7ce44c 100644 --- a/Combinatorial_map/include/CGAL/Cell_attribute.h +++ b/Combinatorial_map/include/CGAL/Cell_attribute.h @@ -316,6 +316,7 @@ namespace CGAL { typedef typename Refs::Alloc Alloc; typedef OnMerge On_merge; typedef OnSplit On_split; + typedef Info_ Info; protected: /// Default contructor.