From 66fd4df238f1f8aeb2ea8ce1b23a7f9c4f15f2aa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Loriot?= Date: Tue, 18 Dec 2012 16:02:57 +0100 Subject: [PATCH] fix typo in include filename --- Triangulation_on_sphere_2/include/CGAL/Triangulation_sphere_2.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Triangulation_on_sphere_2/include/CGAL/Triangulation_sphere_2.h b/Triangulation_on_sphere_2/include/CGAL/Triangulation_sphere_2.h index 7dcdaac4e0a..fb93603a47d 100644 --- a/Triangulation_on_sphere_2/include/CGAL/Triangulation_sphere_2.h +++ b/Triangulation_on_sphere_2/include/CGAL/Triangulation_sphere_2.h @@ -22,7 +22,7 @@ #include #include -#include +#include #include #include #include