mirror of https://github.com/CGAL/cgal
Fix package Circular_kernel_3: include headers
This commit is contained in:
parent
c136d7e62b
commit
3c965a56d6
|
|
@ -25,6 +25,8 @@
|
|||
#ifndef CGAL_SPHERICAL_KERNEL_PREDICATES_HAS_ON_3_H
|
||||
#define CGAL_SPHERICAL_KERNEL_PREDICATES_HAS_ON_3_H
|
||||
|
||||
#include <CGAL/Circular_kernel_3/internal_functions_on_sphere_3.h>
|
||||
|
||||
namespace CGAL {
|
||||
namespace SphericalFunctors {
|
||||
|
||||
|
|
|
|||
|
|
@ -46,6 +46,9 @@ class Circle_3;
|
|||
template <class SK>
|
||||
class Sphere_3;
|
||||
|
||||
template <class K>
|
||||
class Vector_3;
|
||||
|
||||
template <class SK>
|
||||
Circular_arc_point_3<SK>
|
||||
x_extremal_point(const Circle_3<SK> & c, bool i)
|
||||
|
|
|
|||
Loading…
Reference in New Issue