Merge pull request #8112 from efifogel/Ss_2-missing_headers-efif

Added missing headers
This commit is contained in:
Laurent Rineau 2024-04-10 18:04:18 +02:00
commit a71a7352bf
1 changed files with 3 additions and 0 deletions

View File

@ -23,6 +23,9 @@
* Member-function definitions of the Surface_sweep_2 class-template.
*/
#include <algorithm>
#include <set>
namespace CGAL {
namespace Surface_sweep_2 {