Add include guard and license

This commit is contained in:
Mael Rouxel-Labbé 2025-12-03 11:27:31 +01:00
parent 85ef57ffa1
commit 53ea50a64a
1 changed files with 7 additions and 0 deletions

View File

@ -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 <CGAL/license/Constrained_triangulation_3.h>
#include "CGAL/unordered_flat_map.h"
#include <CGAL/Conforming_constrained_Delaunay_triangulation_3.h>
@ -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