From aef3c6cc629ef0a6fce05912a35a2965de9c5ef3 Mon Sep 17 00:00:00 2001 From: Jane Tournois Date: Fri, 20 May 2016 12:23:42 +0200 Subject: [PATCH] fix include --- .../Isotropic_remeshing/AABB_filtered_projection_traits.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Polygon_mesh_processing/include/CGAL/Polygon_mesh_processing/internal/Isotropic_remeshing/AABB_filtered_projection_traits.h b/Polygon_mesh_processing/include/CGAL/Polygon_mesh_processing/internal/Isotropic_remeshing/AABB_filtered_projection_traits.h index 4ea6bca2c20..ea6e6bc7539 100644 --- a/Polygon_mesh_processing/include/CGAL/Polygon_mesh_processing/internal/Isotropic_remeshing/AABB_filtered_projection_traits.h +++ b/Polygon_mesh_processing/include/CGAL/Polygon_mesh_processing/internal/Isotropic_remeshing/AABB_filtered_projection_traits.h @@ -25,7 +25,7 @@ #ifndef CGAL_AABB_FILTERED_PROJECTION_TRAITS_H #define CGAL_AABB_FILTERED_PROJECTION_TRAITS_H -#include +#include #include #include