Merge pull request #6668 from afabri/PMP-fix_includes_in_test-GF

PMP:  Include the correct header file in a test
This commit is contained in:
Laurent Rineau 2022-06-29 09:52:13 +02:00
commit dfa3d21446
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
#include <CGAL/Exact_predicates_inexact_constructions_kernel.h> #include <CGAL/Exact_predicates_inexact_constructions_kernel.h>
#include <CGAL/Surface_mesh.h> #include <CGAL/Surface_mesh.h>
#include <CGAL/Polygon_mesh_processing/corefinement.h> #include <CGAL/Polygon_mesh_processing/orientation.h>
#include <iostream> #include <iostream>
#include <fstream> #include <fstream>