diff --git a/STL_Extension/include/CGAL/Compact_container.h b/STL_Extension/include/CGAL/Compact_container.h index cf4f982c8ed..8c9690e4700 100644 --- a/STL_Extension/include/CGAL/Compact_container.h +++ b/STL_Extension/include/CGAL/Compact_container.h @@ -1203,7 +1203,7 @@ struct Output_rep, With_point_tag> { using CC_iterator = CGAL::internal::CC_iterator; using Base = Output_rep; - using Time_stamper = Base::Time_stamper; + using Time_stamper = typename Base::Time_stamper; using Base::Base;