add missing includes

This commit is contained in:
Sébastien Loriot 2023-06-29 18:07:48 +02:00
parent e759fb46fa
commit d91d010ee7
2 changed files with 2 additions and 0 deletions

View File

@ -15,6 +15,7 @@
#include <CGAL/license/Arrangement_on_surface_2.h>
#include <CGAL/disable_warnings.h>
#include <CGAL/assertions.h>
#include <optional>
#include <variant>

View File

@ -24,6 +24,7 @@
#include <CGAL/Weighted_point_3.h>
#include <CGAL/Vector_3.h>
#include <CGAL/utility.h>
#include <CGAL/SMDS_3/internal/indices_management.h>
#include <CGAL/IO/File_binary_mesh_3.h>