Replaced inclusion of CGAL/basic.h with config.h

This commit is contained in:
Efi Fogel 2021-08-19 16:59:27 +03:00
parent d3b1868728
commit 3125f166ac
2 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
//! \file examples/Arrangement_on_surface_2/bgl_dual_adapter.cpp
// Adapting the dual of an arrangement to a BGL graph.
#include <CGAL/basic.h>
#include <CGAL/config.h>
#include <boost/graph/breadth_first_search.hpp>
#include <boost/graph/visitors.hpp>

View File

@ -3,7 +3,7 @@
#include <vector>
#include <CGAL/basic.h>
#include <CGAL/config.h>
#include <boost/graph/dijkstra_shortest_paths.hpp>