Fix flatpack build

This commit is contained in:
Noisyfox
2025-01-06 09:07:58 +08:00
parent 337d523109
commit dbc3473f0d

View File

@@ -1,3 +1,5 @@
// Needed since the CGAL headers are not self-contained.
#include <boost/next_prior.hpp>
#include <CGAL/Exact_predicates_exact_constructions_kernel.h>
#include <CGAL/Arr_segment_traits_2.h>
#include <CGAL/Surface_sweep_2_algorithms.h>