mirror of https://github.com/CGAL/cgal
Missing includes
This commit is contained in:
parent
bc95c778b3
commit
42c0fc3c46
|
|
@ -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>
|
||||
|
|
|
|||
|
|
@ -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
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in New Issue