From 73523a9f87c0838a0f22db3091f9bca12a094c2c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Loriot?= Date: Tue, 13 Nov 2018 12:57:07 +0100 Subject: [PATCH] add missing include directive --- .../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 6b47b806280..e4b5642d8dc 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 @@ -39,6 +39,7 @@ #endif #include +#include #include #include