change #includes in examples

This commit is contained in:
Andreas Fabri 2024-02-15 13:33:02 +00:00 committed by Mael Rouxel-Labbé
parent ab244651e3
commit 3f0082dd97
2 changed files with 1 additions and 1 deletions

View File

@ -12,6 +12,7 @@
#include <CGAL/IO/polygon_soup_io.h>
#include <vector>
#include <array>
using Kernel = CGAL::Simple_cartesian<double>;
using FT = typename Kernel::FT;

View File

@ -19,7 +19,6 @@
#include <CGAL/boost/graph/IO/polygon_mesh_io.h>
#include <CGAL/IO/polygon_soup_io.h>
#include <array>
#include <iostream>
#include <string>
#include <vector>