From ee3abc52889563cb0aaba857b4e7fffedbcfb5ff Mon Sep 17 00:00:00 2001 From: Mael Date: Fri, 16 Apr 2021 14:52:26 +0200 Subject: [PATCH] Add missing include --- .../include/CGAL/Triangulation_on_sphere_2/IO/OFF.h | 1 + 1 file changed, 1 insertion(+) diff --git a/Triangulation_on_sphere_2/include/CGAL/Triangulation_on_sphere_2/IO/OFF.h b/Triangulation_on_sphere_2/include/CGAL/Triangulation_on_sphere_2/IO/OFF.h index c2868f6e636..13fc0a329ab 100644 --- a/Triangulation_on_sphere_2/include/CGAL/Triangulation_on_sphere_2/IO/OFF.h +++ b/Triangulation_on_sphere_2/include/CGAL/Triangulation_on_sphere_2/IO/OFF.h @@ -22,6 +22,7 @@ #include #include +#include #ifdef DOXYGEN_RUNNING #define CGAL_BGL_NP_TEMPLATE_PARAMETERS NamedParameters