Fix compilation error (missing header)

This commit is contained in:
Laurent Rineau 2016-01-06 16:50:08 +01:00
parent 772772d7b7
commit 2a7fb19d3e
1 changed files with 1 additions and 0 deletions

View File

@ -29,6 +29,7 @@
#include <boost/bimap/multiset_of.hpp>
#include <boost/foreach.hpp>
#include <boost/mpl/has_xxx.hpp>
#include <CGAL/Mesh_facet_topology.h>
namespace CGAL {