mirror of https://github.com/CGAL/cgal
Add include guard and license
This commit is contained in:
parent
85ef57ffa1
commit
53ea50a64a
|
|
@ -9,6 +9,11 @@
|
||||||
//
|
//
|
||||||
// Author(s) : Jane Tournois
|
// 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/unordered_flat_map.h"
|
||||||
#include <CGAL/Conforming_constrained_Delaunay_triangulation_3.h>
|
#include <CGAL/Conforming_constrained_Delaunay_triangulation_3.h>
|
||||||
|
|
||||||
|
|
@ -107,3 +112,5 @@ void write_MEDIT(std::ostream& os,
|
||||||
|
|
||||||
}// end namespace IO
|
}// end namespace IO
|
||||||
}// end namespace CGAL
|
}// end namespace CGAL
|
||||||
|
|
||||||
|
#endif // CGAL_CONSTRAINED_DELAUNAY_TRIANGULATION_3_IO_WRITE_MEDIT_H
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue