More #includes

This commit is contained in:
Andreas Fabri
2024-03-15 08:48:40 +01:00
parent dc3d4a7c51
commit ebee48b81e
+1 -1
View File
@@ -2,7 +2,7 @@
#include <iostream>
#include <CGAL/Exact_predicates_exact_constructions_kernel.h>
#include <CGAL/Surface_mesh.h>
#include <CGAL/boost/graph/helpers.h>
#include <CGAL/boost/graph/generators.h>
typedef CGAL::Exact_predicates_exact_constructions_kernel K;
typedef K::Point_3 Point_3;