fix missing include for CI

This commit is contained in:
Sébastien Loriot 2025-02-20 06:33:57 +01:00
parent 08e9a749b5
commit ee034985c3
1 changed files with 1 additions and 0 deletions

View File

@ -33,6 +33,7 @@
#include <CGAL/Named_function_parameters.h>
#include <CGAL/property_map.h>
#include <CGAL/Random.h>
#include <CGAL/determinant.h>
#include <CGAL/subdivision_method_3.h>
#include <CGAL/utility.h>