mirror of https://github.com/CGAL/cgal
Added missing #include <CGAL/iterator.h> and CGAL_BEGIN_NAMESPACE
This commit is contained in:
parent
1d4d4dbf73
commit
ac11d9dc74
|
|
@ -25,8 +25,10 @@
|
|||
#define CGAL_POINT_GENERATORS_D_H 1
|
||||
|
||||
#include <CGAL/generators.h>
|
||||
#include <CGAL/iterator.h>
|
||||
#include <iterator>
|
||||
|
||||
CGAL_BEGIN_NAMESPACE
|
||||
template < class P>
|
||||
class Random_points_in_iso_box_d : public Generator_base<P>
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in New Issue