Add missing #include

This commit is contained in:
Laurent Rineau
2016-09-30 15:23:14 +02:00
parent a3f42864c3
commit 51f5697d3d
54 changed files with 80 additions and 4 deletions
@@ -33,6 +33,9 @@
// fixme, devrait
// appeler fonction de global_functions_on_circular_arcs
#include <vector>
#include <CGAL/kernel_config.h>
namespace CGAL {
namespace internal {
@@ -26,6 +26,7 @@
#define CGAL_SPHERICAL_KERNEL_PREDICATES_HAS_ON_3_H
#include <CGAL/Circular_kernel_3/internal_functions_on_sphere_3.h>
#include <CGAL/number_utils.h>
namespace CGAL {
namespace SphericalFunctors {
@@ -25,6 +25,8 @@
#define CGAL_SPHERICAL_KERNEL_PREDICATES_ON_SPHERE_3_H
#include <CGAL/Circular_kernel_3/Intersection_traits.h>
#include <utility>
#include <vector>
namespace CGAL {
namespace SphericalFunctors {