add missing include

This commit is contained in:
Sébastien Loriot 2025-07-02 15:10:27 +02:00
parent c6b19ed0e3
commit 605afd3fe5
3 changed files with 3 additions and 0 deletions

View File

@ -15,6 +15,7 @@
#include <CGAL/Profile_counter.h>
#include <CGAL/Filtered_kernel/internal/Static_filters/Static_filter_error.h>
#include <CGAL/determinant.h>
#include <cmath>
namespace CGAL { namespace internal { namespace Static_filters_predicates {

View File

@ -15,6 +15,7 @@
#include <CGAL/Profile_counter.h>
#include <CGAL/Filtered_kernel/internal/Static_filters/Static_filter_error.h>
#include <CGAL/determinant.h>
#include <cmath>
namespace CGAL { namespace internal { namespace Static_filters_predicates {

View File

@ -15,6 +15,7 @@
#include <CGAL/Profile_counter.h>
#include <CGAL/Filtered_kernel/internal/Static_filters/Static_filter_error.h>
#include <CGAL/determinant.h>
#include <cmath>
namespace CGAL { namespace internal { namespace Static_filters_predicates {