Skip to content

Commit 1723214

Browse files
committed
Add missing include in helpers.h
1 parent b53594a commit 1723214

File tree

4 files changed

+2
-4
lines changed

4 files changed

+2
-4
lines changed

Convex_hull_3/doc/Convex_hull_3/PackageDescription.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ defining `CGAL_CHECK_EXPENSIVE`.
8080
\cgalCRPSection{Convex Hull Functions}
8181

8282
- `CGAL::convex_hull_3()`
83-
- `CGAL::Convex_hull_3::extreme_point_3()`
83+
- `CGAL::extreme_point_3()`
8484
- `CGAL::extreme_points_3()`
8585
- `CGAL::make_extreme_points_traits_adapter()`
8686

Convex_hull_3/include/CGAL/Convex_hull_3/distance.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,6 @@
2828
#include <CGAL/Convex_hull_3/internal/helpers.h>
2929
#include <CGAL/squared_distance_3.h>
3030

31-
#include <CGAL/IO/helpers.h>
32-
3331
#include <CGAL/Container_helper.h>
3432
#include <CGAL/Dynamic_property_map.h>
3533
#include <CGAL/property_map.h>

Convex_hull_3/include/CGAL/Convex_hull_3/do_intersect.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@
2424
#include <CGAL/Convex_hull_hierarchy.h>
2525
#include <CGAL/intersections.h>
2626

27-
#include <CGAL/IO/helpers.h>
2827
#include <CGAL/Convex_hull_3/internal/helpers.h>
2928

3029
#include <CGAL/Container_helper.h>

Convex_hull_3/include/CGAL/Convex_hull_3/internal/helpers.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
#ifndef CGAL_CONVEX_HULL_INTERNAL_HELPERS_H
1515
#define CGAL_CONVEX_HULL_INTERNAL_HELPERS_H
1616

17+
#include <CGAL/IO/helpers.h>
1718
#include <CGAL/license/Convex_hull_3.h>
1819

1920
#ifdef CGAL_PROFILE_CONVEX_HULL_DO_INTERSECT

0 commit comments

Comments
 (0)