add missing includes

detected with gcc 14.0.1 from Fedora 40
This commit is contained in:
Laurent Rineau 2024-03-26 11:29:51 +01:00
parent 3f434a21e3
commit 120a8c14a3
2 changed files with 3 additions and 0 deletions

View File

@ -29,6 +29,7 @@
#include <CGAL/Constrained_voronoi_diagram_2.h>
#include <vector>
#include <set>
#include <list>
#include <algorithm>
#include <iterator>

View File

@ -15,6 +15,8 @@
#define CGAL_SURFACE_SWEEP_2_IMPL_H
#include <CGAL/license/Surface_sweep_2.h>
#include <set>
#include <vector>
/*! \file
*