mirror of https://github.com/CGAL/cgal
add missing includes
detected with gcc 14.0.1 from Fedora 40
This commit is contained in:
parent
3f434a21e3
commit
120a8c14a3
|
|
@ -29,6 +29,7 @@
|
|||
#include <CGAL/Constrained_voronoi_diagram_2.h>
|
||||
|
||||
#include <vector>
|
||||
#include <set>
|
||||
#include <list>
|
||||
#include <algorithm>
|
||||
#include <iterator>
|
||||
|
|
|
|||
|
|
@ -15,6 +15,8 @@
|
|||
#define CGAL_SURFACE_SWEEP_2_IMPL_H
|
||||
|
||||
#include <CGAL/license/Surface_sweep_2.h>
|
||||
#include <set>
|
||||
#include <vector>
|
||||
|
||||
/*! \file
|
||||
*
|
||||
|
|
|
|||
Loading…
Reference in New Issue