add missing using

This commit is contained in:
Sébastien Loriot 2022-11-17 19:40:38 +01:00
parent 285dbb96bf
commit b8aa2558fd
1 changed files with 2 additions and 1 deletions

View File

@ -48,6 +48,7 @@ public:
using internal::vector< Rotation_tree_node_2<Traits_> >::push_back; using internal::vector< Rotation_tree_node_2<Traits_> >::push_back;
using internal::vector< Rotation_tree_node_2<Traits_> >::back; using internal::vector< Rotation_tree_node_2<Traits_> >::back;
using internal::vector< Rotation_tree_node_2<Traits_> >::erase;
class Greater { class Greater {
typename Traits::Less_xy_2 less; typename Traits::Less_xy_2 less;