From c39ba1056e9ca1ecbb8cf17a6a1535be063195ed Mon Sep 17 00:00:00 2001 From: Simon Giraudot Date: Tue, 20 Oct 2020 13:51:32 +0200 Subject: [PATCH] Add missing eigen include --- Point_set_processing_3/include/CGAL/scanline_orient_normals.h | 1 + 1 file changed, 1 insertion(+) diff --git a/Point_set_processing_3/include/CGAL/scanline_orient_normals.h b/Point_set_processing_3/include/CGAL/scanline_orient_normals.h index 1a58a0dd09f..a5b26bfe938 100644 --- a/Point_set_processing_3/include/CGAL/scanline_orient_normals.h +++ b/Point_set_processing_3/include/CGAL/scanline_orient_normals.h @@ -26,6 +26,7 @@ #ifdef CGAL_EIGEN3_ENABLED #include +#include //#define CGAL_SCANLINE_ORIENT_VERBOSE