Skip to content

Commit 53f0303

Browse files
committed
add missing include directive
1 parent f15b129 commit 53f0303

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Arrangement_on_surface_2/test/Arrangement_on_surface_2/test_spherical_removal.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
#include <CGAL/Arrangement_on_surface_2.h>
1111
#include <CGAL/Arr_geodesic_arc_on_sphere_traits_2.h>
1212
#include <CGAL/Arr_spherical_topology_traits_2.h>
13+
#include <CGAL/foreach.h>
1314

1415
typedef CGAL::Exact_rational Number_type;
1516
typedef CGAL::Cartesian<Number_type> Kernel;

0 commit comments

Comments
 (0)