Fix compilation of <CGAL/Mesh_3/experimental/Get_facet_patch_id.h>

missing header
This commit is contained in:
Laurent Rineau 2017-07-28 15:45:02 +02:00
parent dc7c887436
commit ddb1aa8aec
1 changed files with 1 additions and 0 deletions

View File

@ -25,6 +25,7 @@
#include <CGAL/license/Mesh_3.h>
#include <CGAL/property_map.h>
#include <CGAL/Mesh_3/properties.h>
#include <boost/mpl/has_xxx.hpp>
namespace CGAL { namespace Mesh_3 {