mirror of https://github.com/CGAL/cgal
Package BGL: Add includes
This commit is contained in:
parent
347bd827b5
commit
ca1f19b392
|
|
@ -22,6 +22,7 @@
|
|||
|
||||
#include <CGAL/boost/graph/properties.h>
|
||||
#include <boost/range/distance.hpp>
|
||||
#include <CGAL/boost/graph/iterator.h>
|
||||
|
||||
namespace CGAL {
|
||||
|
||||
|
|
|
|||
|
|
@ -25,7 +25,7 @@
|
|||
#include <boost/foreach.hpp>
|
||||
#include <boost/graph/adjacency_list.hpp>
|
||||
#include <iostream>
|
||||
|
||||
#include <CGAL/assertions.h>
|
||||
|
||||
namespace CGAL {
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue