diff --git a/Filtered_kernel/include/CGAL/Lazy.h b/Filtered_kernel/include/CGAL/Lazy.h index b9f119d3687..4e7ce3a7eeb 100644 --- a/Filtered_kernel/include/CGAL/Lazy.h +++ b/Filtered_kernel/include/CGAL/Lazy.h @@ -249,6 +249,10 @@ templatestruct Lazy_rep_selector { static constexpr int value = 0; }; # ifdef CGAL_USE_SSE2 templatestruct Lazy_rep_selector> { static constexpr int value = 1; }; templatestruct Lazy_rep_selector,N>> { static constexpr int value = 1; }; + // Need some declarations, including Simple_cartesian.h would also be possible. + templatestruct Simple_cartesian; + templateclass Point_2; + templateclass Point_3; templatestruct Lazy_rep_selector>>> { static constexpr int value = 1; }; templatestruct Lazy_rep_selector>>> { static constexpr int value = 1; }; # else