Fix package Circular_kernel_3: include headers

This commit is contained in:
Andreas Fabri 2016-09-23 12:45:33 +02:00 committed by Laurent Rineau
parent c136d7e62b
commit 3c965a56d6
2 changed files with 5 additions and 0 deletions

View File

@ -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 {

View File

@ -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)