Fix include

This commit is contained in:
Mael Rouxel-Labbé 2021-06-23 17:40:25 +02:00
parent 8de38803d4
commit 0d28171726
1 changed files with 1 additions and 1 deletions

View File

@ -17,11 +17,11 @@
#include <CGAL/Cartesian.h> #include <CGAL/Cartesian.h>
#include <CGAL/Cartesian_converter.h> #include <CGAL/Cartesian_converter.h>
#include <CGAL/intersection_3.h>
#include <CGAL/Polyhedron_3.h> #include <CGAL/Polyhedron_3.h>
#include <CGAL/Skin_surface_polyhedral_items_3.h> #include <CGAL/Skin_surface_polyhedral_items_3.h>
#include <CGAL/intersection_3_1.h>
namespace CGAL { namespace CGAL {
template <class SkinSurface_3, class Polyhedron_3> template <class SkinSurface_3, class Polyhedron_3>