From 53ea50a64a1aa0c3c0fb811597bee3e8e8b23f3c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mael=20Rouxel-Labb=C3=A9?= Date: Wed, 3 Dec 2025 11:27:31 +0100 Subject: [PATCH] Add include guard and license --- Constrained_triangulation_3/include/CGAL/IO/write_MEDIT.h | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/Constrained_triangulation_3/include/CGAL/IO/write_MEDIT.h b/Constrained_triangulation_3/include/CGAL/IO/write_MEDIT.h index 70d64ea7f4f..95d2262ecd0 100644 --- a/Constrained_triangulation_3/include/CGAL/IO/write_MEDIT.h +++ b/Constrained_triangulation_3/include/CGAL/IO/write_MEDIT.h @@ -9,6 +9,11 @@ // // Author(s) : Jane Tournois +#ifndef CGAL_CONSTRAINED_DELAUNAY_TRIANGULATION_3_IO_WRITE_MEDIT_H +#define CGAL_CONSTRAINED_DELAUNAY_TRIANGULATION_3_IO_WRITE_MEDIT_H + +#include + #include "CGAL/unordered_flat_map.h" #include @@ -107,3 +112,5 @@ void write_MEDIT(std::ostream& os, }// end namespace IO }// end namespace CGAL + +#endif // CGAL_CONSTRAINED_DELAUNAY_TRIANGULATION_3_IO_WRITE_MEDIT_H