Include the correct header, to get the correct display

This commit is contained in:
Laurent Rineau 2022-03-30 15:20:12 +02:00
parent 269a7c7b5d
commit 2a2c332784
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@
#include <CGAL/Delaunay_mesh_face_base_2.h>
#include <CGAL/Delaunay_mesh_size_criteria_2.h>
#include <CGAL/mark_domain_in_triangulation.h>
#include <CGAL/draw_triangulation_2.h>
#include <CGAL/draw_constrained_triangulation_2.h>
#include <iostream>