mirror of https://github.com/CGAL/cgal
Merge pull request #3646 from sloriot/Demo-fix_psp_warning
Fix demo warning
This commit is contained in:
commit
2e54872cf6
|
|
@ -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