fix for clang

This commit is contained in:
Laurent Rineau 2025-05-14 10:25:59 +02:00
parent cb5e13ad1f
commit 1bdf8e7e10
2 changed files with 2 additions and 1 deletions

1
.gitignore vendored
View File

@ -1171,3 +1171,4 @@ log.txt
patches_after_merge.ply patches_after_merge.ply
CMakeUserPresets.json CMakeUserPresets.json
/.cache /.cache
compile_commands.json

View File

@ -97,7 +97,7 @@ struct Remove_needs_FT<Needs_FT<T> >
} // namespace CGAL } // namespace CGAL
#ifdef CGAL_LINKED_WITH_TBB #if __cpp_lib_execution >= 201603L && defined(CGAL_LINKED_WITH_TBB)
# include <execution> # include <execution>
namespace CGAL { namespace CGAL {