mirror of https://github.com/CGAL/cgal
fix missing includes
This commit is contained in:
parent
16f1fce7b8
commit
93655a985f
|
|
@ -14,6 +14,7 @@
|
|||
|
||||
#include <CGAL/license/Constrained_triangulation_3.h>
|
||||
|
||||
#include <CGAL/Base_with_time_stamp.h>
|
||||
#include <CGAL/Constrained_Delaunay_triangulation_cell_data_3.h>
|
||||
#include <CGAL/Triangulation_cell_base_3.h>
|
||||
|
||||
|
|
|
|||
|
|
@ -15,6 +15,7 @@
|
|||
|
||||
#include <CGAL/license/Constrained_triangulation_3.h>
|
||||
|
||||
#include <CGAL/Base_with_time_stamp.h>
|
||||
#include <CGAL/Triangulation_vertex_base_3.h>
|
||||
#include <CGAL/Constrained_Delaunay_triangulation_vertex_data_3.h>
|
||||
#include <CGAL/SMDS_3/io_signature.h>
|
||||
|
|
|
|||
|
|
@ -14,6 +14,7 @@
|
|||
|
||||
#include <CGAL/license/Constrained_triangulation_3.h>
|
||||
|
||||
#include <CGAL/assertions.h>>
|
||||
#include <CGAL/Constrained_triangulation_3/internal/config.h>
|
||||
|
||||
#include <bitset>
|
||||
|
|
|
|||
Loading…
Reference in New Issue