quiet the CI

This commit is contained in:
Andreas Fabri 2024-02-16 10:36:14 +00:00 committed by Mael Rouxel-Labbé
parent 28d9c52591
commit bc05bcaca5
1 changed files with 3 additions and 2 deletions

View File

@ -9,13 +9,14 @@
//
// Author(s) : Mael Rouxel-Labbé
// This file is only used by the testsuite and examples
#ifndef CGAL_ISOSURFACING_3_INTERNAL_IMPLICIT_SHAPES_HELPER_H
#define CGAL_ISOSURFACING_3_INTERNAL_IMPLICIT_SHAPES_HELPER_H
#include <CGAL/license/Isosurfacing_3.h>
#include <CGAL/number_utils.h>
#include <CGAL/squared_distance_3.h>
#include <CGAL/Simple_cartesian.h> // quiet the CI in case this file gets compiled alone
namespace CGAL {
namespace Isosurfacing {