Ticket #2063: osgeolive-services.patch
File osgeolive-services.patch, 505 bytes (added by , 6 years ago) |
---|
-
cgal/voronoi.c
23 23 */ 24 24 25 25 #include <CGAL/Exact_predicates_inexact_constructions_kernel.h> 26 #include <CGAL/Triangulation_euclidean_traits_ xy_3.h>26 #include <CGAL/Triangulation_euclidean_traits_2.h> 27 27 #include <CGAL/Delaunay_triangulation_2.h> 28 28 #include <CGAL/Constrained_Delaunay_triangulation_2.h> 29 29 #include <CGAL/Triangulation_conformer_2.h>