mirror of https://github.com/CGAL/cgal
Include the correct header, to get the correct display
This commit is contained in:
parent
269a7c7b5d
commit
2a2c332784
|
|
@ -4,7 +4,7 @@
|
||||||
#include <CGAL/Delaunay_mesh_face_base_2.h>
|
#include <CGAL/Delaunay_mesh_face_base_2.h>
|
||||||
#include <CGAL/Delaunay_mesh_size_criteria_2.h>
|
#include <CGAL/Delaunay_mesh_size_criteria_2.h>
|
||||||
#include <CGAL/mark_domain_in_triangulation.h>
|
#include <CGAL/mark_domain_in_triangulation.h>
|
||||||
#include <CGAL/draw_triangulation_2.h>
|
#include <CGAL/draw_constrained_triangulation_2.h>
|
||||||
|
|
||||||
#include <iostream>
|
#include <iostream>
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue