Fix missing include

This commit is contained in:
Mael Rouxel-Labbé 2019-10-19 18:06:05 +02:00
parent c488a14d96
commit 19c02bdd0b
1 changed files with 3 additions and 0 deletions

View File

@ -21,6 +21,9 @@
#define CGAL_SURFACE_MESH_SIMPLIFICATION_POLICIES_EDGE_COLLAPSE_BOUNDED_NORMAL_CHANGE_PLACEMENT_H
#include <CGAL/license/Surface_mesh_simplification.h>
#include <CGAL/property_map.h>
#include <boost/optional.hpp>
namespace CGAL {