From a9c313433c4382a0c85ac62f7aa6257ff8ecc152 Mon Sep 17 00:00:00 2001 From: Andreas Fabri Date: Thu, 5 May 2022 07:59:53 +0100 Subject: [PATCH] fix Shape approximation --- .../include/CGAL/Variational_shape_approximation.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Surface_mesh_approximation/include/CGAL/Variational_shape_approximation.h b/Surface_mesh_approximation/include/CGAL/Variational_shape_approximation.h index eba09b1b8c3..1a495cf99ce 100644 --- a/Surface_mesh_approximation/include/CGAL/Variational_shape_approximation.h +++ b/Surface_mesh_approximation/include/CGAL/Variational_shape_approximation.h @@ -31,7 +31,7 @@ #include #include -#include +#include #include #include