Add missing #include's

This commit is contained in:
Mael Rouxel-Labbé 2020-03-09 10:03:31 +01:00
parent e8757d451a
commit fba9a19fe4
2 changed files with 3 additions and 1 deletions

View File

@ -16,10 +16,11 @@
#include <CGAL/disable_warnings.h>
#include <CGAL/assertions.h>
#include <CGAL/boost/graph/named_params_helper.h>
#include <CGAL/config.h>
#include <CGAL/Default.h>
#include <CGAL/tuple.h>
#include <CGAL/Polygon_mesh_processing/Weights.h>
#include <CGAL/Simple_cartesian.h>

View File

@ -25,6 +25,7 @@
#include <CGAL/Surface_mesh_parameterization/Error_code.h>
#include <CGAL/Surface_mesh_parameterization/orbifold_shortest_path.h>
#include <CGAL/assertions.h>
#include <CGAL/Polygon_mesh_processing/Weights.h>
#include <CGAL/assertions.h>