From df67952011d901e44a2acab22e3cb677f8bd7f83 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mael=20Rouxel-Labb=C3=A9?= Date: Fri, 21 Oct 2022 13:28:26 +0200 Subject: [PATCH] Add missing include --- .../CGAL/Heat_method_3/Surface_mesh_geodesic_distances_3.h | 1 + 1 file changed, 1 insertion(+) diff --git a/Heat_method_3/include/CGAL/Heat_method_3/Surface_mesh_geodesic_distances_3.h b/Heat_method_3/include/CGAL/Heat_method_3/Surface_mesh_geodesic_distances_3.h index be5b7ccd5d7..b257c53843d 100644 --- a/Heat_method_3/include/CGAL/Heat_method_3/Surface_mesh_geodesic_distances_3.h +++ b/Heat_method_3/include/CGAL/Heat_method_3/Surface_mesh_geodesic_distances_3.h @@ -21,6 +21,7 @@ #include #include #include +#include #include #include #include