Skip to content

Commit 639fd70

Browse files
committed
include enum and origin in three_point_cut_plane_traits
1 parent da01e59 commit 639fd70

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Polygon_mesh_processing/include/CGAL/Polygon_mesh_processing/Three_point_cut_plane_traits.h

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,9 @@
1515

1616
#include <CGAL/license/Polygon_mesh_processing/corefinement.h>
1717

18+
#include <CGAL/Origin.h>
19+
#include <CGAL/enum.h>
20+
1821
namespace CGAL {
1922
namespace Polygon_mesh_processing {
2023

0 commit comments

Comments
 (0)