diff --git a/Nef_3/Minkowski/include/CGAL/Nef_3/Reflex_edge_searcher.h b/Nef_3/Minkowski/include/CGAL/Nef_3/Reflex_edge_searcher.h index f6a21342a91..4e9e9ed92da 100644 --- a/Nef_3/Minkowski/include/CGAL/Nef_3/Reflex_edge_searcher.h +++ b/Nef_3/Minkowski/include/CGAL/Nef_3/Reflex_edge_searcher.h @@ -35,7 +35,7 @@ class Reflex_edge_searcher : public Modifier_base typedef typename SNC_structure::Sphere_circle Sphere_circle; typedef typename SNC_structure::Sphere_segment Sphere_segment; - typedef typename std::vector Edge_list; + typedef typename std::deque Edge_list; public: typedef typename Edge_list::iterator Reflex_sedge_iterator;