Merge pull request #3646 from sloriot/Demo-fix_psp_warning

Fix demo warning
This commit is contained in:
Laurent Rineau 2019-02-07 13:31:00 +01:00
commit 2e54872cf6
1 changed files with 1 additions and 0 deletions

View File

@ -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;