Add missing license include

This commit is contained in:
Mael Rouxel-Labbé 2021-03-24 12:39:20 +01:00
parent 122866603a
commit cd56878d92
1 changed files with 2 additions and 0 deletions

View File

@ -13,6 +13,8 @@
#ifndef CGAL_TOS2_INTERNAL_ARC_ON_SPHERE_SUBSAMPLING_H
#define CGAL_TOS2_INTERNAL_ARC_ON_SPHERE_SUBSAMPLING_H
#include <CGAL/license/Triangulation_on_sphere_2.h>
#ifdef CGAL_EIGEN3_ENABLED
#include <CGAL/Eigen_solver_traits.h>