From 935a0faf2fc4bf92ed996edd28830e5e971e062e Mon Sep 17 00:00:00 2001 From: Mael Date: Tue, 12 Dec 2023 10:09:06 +0100 Subject: [PATCH] Update macro name Co-authored-by: Sebastien Loriot --- BGL/include/CGAL/IO/polygon_mesh_io.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/BGL/include/CGAL/IO/polygon_mesh_io.h b/BGL/include/CGAL/IO/polygon_mesh_io.h index 0dce62b6a37..c2cdcbc52ee 100644 --- a/BGL/include/CGAL/IO/polygon_mesh_io.h +++ b/BGL/include/CGAL/IO/polygon_mesh_io.h @@ -8,9 +8,9 @@ // // Author(s) : Mael Rouxel-Labbé -#ifndef CGAL_BOOST_GRAPH_POLYGON_MESH_IO_H -#define CGAL_BOOST_GRAPH_POLYGON_MESH_IO_H +#ifndef CGAL_IO_POLYGON_MESH_IO_H +#define CGAL_IO_POLYGON_MESH_IO_H #include -#endif // CGAL_BOOST_GRAPH_POLYGON_MESH_IO_H +#endif // CGAL_IO_POLYGON_MESH_IO_H