diff --git a/Snap_rounding_2/demo/Snap_rounding_2/makefile b/Snap_rounding_2/demo/Snap_rounding_2/makefile index 43bf0b9fa37..285ff16a0f0 100644 --- a/Snap_rounding_2/demo/Snap_rounding_2/makefile +++ b/Snap_rounding_2/demo/Snap_rounding_2/makefile @@ -11,9 +11,10 @@ include $(CGAL_MAKEFILE) #---------------------------------------------------------------------# # compiler flags #---------------------------------------------------------------------# +#-I../../../Arrangement_2/include \ CXXFLAGS = \ - -I../../../Arrangement_2/include \ + -I ../../../Arrangement_2/include \ -I../../include \ $(CGAL_CXXFLAGS) \ $(LONG_NAME_PROBLEM_CXXFLAGS) \ diff --git a/Snap_rounding_2/include/CGAL/Snap_rounding_2.h b/Snap_rounding_2/include/CGAL/Snap_rounding_2.h index 1e66b11d73a..a0e6b7e1b2b 100644 --- a/Snap_rounding_2/include/CGAL/Snap_rounding_2.h +++ b/Snap_rounding_2/include/CGAL/Snap_rounding_2.h @@ -549,7 +549,7 @@ find_hot_pixels_and_create_kd_trees(NT pixel_size, // get intersection points (with endpoints) Point_list mypointlist; - CGAL::get_intersection_points(segments.begin(), segments.end(), + CGAL::compute_intersection_points(segments.begin(), segments.end(), std::back_inserter(mypointlist), true, m_gt); for (Point_const_iter v_iter = mypointlist.begin();