Fix a compilation error

`boost::size` does not exist unless `<boost/range/size.hpp>` is
included, at least on my machine.
This commit is contained in:
Laurent Rineau 2016-04-22 17:29:25 +02:00
parent 99b7cb8216
commit 64ea03f9ec
1 changed files with 1 additions and 0 deletions

View File

@ -24,6 +24,7 @@
#include <boost/graph/graph_traits.hpp>
#include <boost/foreach.hpp>
#include <boost/type_traits/is_same.hpp>
#include <boost/range/size.hpp>
#include <CGAL/Polygon_mesh_processing/internal/named_function_params.h>
#include <CGAL/Polygon_mesh_processing/internal/named_params_helper.h>