I think those includes should be explicitly added.

This commit is contained in:
Sylvain Pion 2008-11-27 15:49:24 +00:00
parent 2ddb07f22f
commit 444374c57d
2 changed files with 3 additions and 0 deletions

View File

@ -1,3 +1,4 @@
#include <iostream>
#include <CGAL/Exact_predicates_inexact_constructions_kernel.h>
#include <CGAL/convex_hull_2.h>

View File

@ -1,3 +1,5 @@
#include <iostream>
#include <iterator>
#include <CGAL/Exact_predicates_inexact_constructions_kernel.h>
#include <CGAL/convex_hull_2.h>