diff --git a/STL_Extension/include/CGAL/Compact_container.h b/STL_Extension/include/CGAL/Compact_container.h index 485dbb2b51c..fc320d0f6e4 100644 --- a/STL_Extension/include/CGAL/Compact_container.h +++ b/STL_Extension/include/CGAL/Compact_container.h @@ -1200,7 +1200,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;