From ef59128253f9a954b68ee8d2a35eb247ebc00b29 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Loriot?= Date: Mon, 27 Dec 2021 11:08:34 +0100 Subject: [PATCH 1/2] include non-deprecated headers --- CGAL_ImageIO/include/CGAL/SEP_header.h | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/CGAL_ImageIO/include/CGAL/SEP_header.h b/CGAL_ImageIO/include/CGAL/SEP_header.h index db5b2fe752a..e6ffe0b13f4 100644 --- a/CGAL_ImageIO/include/CGAL/SEP_header.h +++ b/CGAL_ImageIO/include/CGAL/SEP_header.h @@ -22,11 +22,11 @@ #include #include #include -#include -#include -#include -#include -#include +#include +#include +#include +#include +#include #include #ifdef CGAL_SEP_READER_DEBUG From ef1563b8fcd51efab5b74966d439a127dd1f0522 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Loriot?= Date: Mon, 27 Dec 2021 11:15:07 +0100 Subject: [PATCH 2/2] include non-deprecated header --- .../demo/Arrangement_on_surface_2/AlgebraicCurveParser.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Arrangement_on_surface_2/demo/Arrangement_on_surface_2/AlgebraicCurveParser.cpp b/Arrangement_on_surface_2/demo/Arrangement_on_surface_2/AlgebraicCurveParser.cpp index 19d3405bb9b..009eede6a79 100644 --- a/Arrangement_on_surface_2/demo/Arrangement_on_surface_2/AlgebraicCurveParser.cpp +++ b/Arrangement_on_surface_2/demo/Arrangement_on_surface_2/AlgebraicCurveParser.cpp @@ -20,7 +20,7 @@ #include #include -#include +#include #include #include "AlgebraicCurveParser.h"