diff --git a/Mesh_3/include/CGAL/Mesh_3/Implicit_to_labeled_function_wrapper.h b/Mesh_3/include/CGAL/Mesh_3/Implicit_to_labeled_function_wrapper.h index df2156f7567..da84d23dab4 100644 --- a/Mesh_3/include/CGAL/Mesh_3/Implicit_to_labeled_function_wrapper.h +++ b/Mesh_3/include/CGAL/Mesh_3/Implicit_to_labeled_function_wrapper.h @@ -145,6 +145,7 @@ public: typedef int return_type; typedef typename BGT::Point_3 Point_3; typedef Function_ Function; + typedef std::vector Function_vector; private: std::vector funcs;