mirror of https://github.com/CGAL/cgal
Fixed the include files.
This commit is contained in:
parent
5fe7b57f27
commit
7bafa95157
|
|
@ -28,7 +28,7 @@
|
||||||
#include <CGAL/Polyhedron_incremental_builder_3.h>
|
#include <CGAL/Polyhedron_incremental_builder_3.h>
|
||||||
#include <CGAL/Convex_hull_traits_3.h>
|
#include <CGAL/Convex_hull_traits_3.h>
|
||||||
#include <CGAL/functional.h>
|
#include <CGAL/functional.h>
|
||||||
#include <CGAL/ch_assertions.h>
|
#include <CGAL/Convex_hull_2/ch_assertions.h>
|
||||||
#include <iostream>
|
#include <iostream>
|
||||||
#include <algorithm>
|
#include <algorithm>
|
||||||
#include <utility>
|
#include <utility>
|
||||||
|
|
|
||||||
|
|
@ -24,7 +24,7 @@
|
||||||
#include <CGAL/Convex_hull_d.h>
|
#include <CGAL/Convex_hull_d.h>
|
||||||
#include <CGAL/Convex_hull_d_traits_3.h>
|
#include <CGAL/Convex_hull_d_traits_3.h>
|
||||||
#include <CGAL/Convex_hull_d_to_polyhedron_3.h>
|
#include <CGAL/Convex_hull_d_to_polyhedron_3.h>
|
||||||
#include <CGAL/ch_assertions.h>
|
#include <CGAL/Convex_hull_2/ch_assertions.h>
|
||||||
|
|
||||||
CGAL_BEGIN_NAMESPACE
|
CGAL_BEGIN_NAMESPACE
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue