Missing includes

This commit is contained in:
Laurent Rineau 2016-09-27 15:23:59 +02:00
parent bc95c778b3
commit 42c0fc3c46
2 changed files with 3 additions and 0 deletions

View File

@ -21,6 +21,8 @@
#include <CGAL/internal/Surface_mesh_segmentation/Alpha_expansion_graph_cut.h>
#include <CGAL/internal/Surface_mesh_segmentation/SDF_calculation.h>
#include <CGAL/Kernel/global_functions_3.h>
#include <CGAL/property_map.h>
#include <cmath>

View File

@ -22,6 +22,7 @@
*/
#include <CGAL/internal/Surface_mesh_segmentation/Surface_mesh_segmentation.h>
#include <boost/config.hpp>
#include <CGAL/Kernel/global_functions_3.h>
namespace CGAL
{