mirror of https://github.com/CGAL/cgal
fix warning
This commit is contained in:
parent
6c6244d9b8
commit
ec1de6d077
|
|
@ -488,6 +488,7 @@ create_mst_graph(
|
|||
CGAL_USE(point_map);
|
||||
CGAL_USE(k);
|
||||
CGAL_USE(kernel);
|
||||
CGAL_USE(index_map);
|
||||
|
||||
// Bring private stuff to scope
|
||||
using namespace internal;
|
||||
|
|
|
|||
Loading…
Reference in New Issue