Fix flatpack build

This commit is contained in:
Noisyfox 2025-01-06 09:07:58 +08:00
parent 4c1a42e2e8
commit 333ed4c34d

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>