mirror of https://github.com/CGAL/cgal
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:
parent
99b7cb8216
commit
64ea03f9ec
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in New Issue