From 23c40d0746c00aaee216ce51a9a17d969caa5f6c Mon Sep 17 00:00:00 2001 From: Panagiotis Cheilaris Date: Thu, 7 Mar 2013 17:43:18 +0100 Subject: [PATCH] replace boost/random.hpp with rnd number generator This fixes a problem with generating Segment_voronoi_2.moc: opt/local/include/boost/type_traits/detail/has_binary_operator.hp:50: Parse error at "BOOST_JOIN" The problem did not appear before installing boost 1.53 with macports. Signed-off-by: Panagiotis Cheilaris --- .../include/CGAL/Segment_Delaunay_graph_Linf_hierarchy_2.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Segment_Delaunay_graph_Linf_2/include/CGAL/Segment_Delaunay_graph_Linf_hierarchy_2.h b/Segment_Delaunay_graph_Linf_2/include/CGAL/Segment_Delaunay_graph_Linf_hierarchy_2.h index ec2a493e8bc..52c0f9e2579 100644 --- a/Segment_Delaunay_graph_Linf_2/include/CGAL/Segment_Delaunay_graph_Linf_hierarchy_2.h +++ b/Segment_Delaunay_graph_Linf_2/include/CGAL/Segment_Delaunay_graph_Linf_hierarchy_2.h @@ -24,7 +24,7 @@ #include -#include +#include #include #include #include