mirror of https://github.com/CGAL/cgal
Fixed missing includes
This commit is contained in:
parent
8fb3f1a782
commit
8ac412cb8a
|
|
@ -6,6 +6,9 @@
|
|||
#include <CGAL/Regular_triangulation_3.h>
|
||||
#include <CGAL/Triangulation_vertex_base_with_info_3.h>
|
||||
|
||||
#include <iostream>
|
||||
#include <functional>
|
||||
#include <utility>
|
||||
#include <vector>
|
||||
|
||||
typedef CGAL::Exact_predicates_exact_constructions_kernel K;
|
||||
|
|
|
|||
Loading…
Reference in New Issue