mirror of https://github.com/CGAL/cgal
I think those includes should be explicitly added.
This commit is contained in:
parent
2ddb07f22f
commit
444374c57d
|
|
@ -1,3 +1,4 @@
|
|||
#include <iostream>
|
||||
#include <CGAL/Exact_predicates_inexact_constructions_kernel.h>
|
||||
#include <CGAL/convex_hull_2.h>
|
||||
|
||||
|
|
|
|||
|
|
@ -1,3 +1,5 @@
|
|||
#include <iostream>
|
||||
#include <iterator>
|
||||
#include <CGAL/Exact_predicates_inexact_constructions_kernel.h>
|
||||
#include <CGAL/convex_hull_2.h>
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue