mirror of https://github.com/CGAL/cgal
fixed internal include
This commit is contained in:
parent
86dff34fe1
commit
e7d70ae086
|
|
@ -26,7 +26,7 @@
|
||||||
#include <CGAL/Polygon_2_algorithms.h>
|
#include <CGAL/Polygon_2_algorithms.h>
|
||||||
|
|
||||||
// Barycentric coordinates headers.
|
// Barycentric coordinates headers.
|
||||||
#include <CGAL/Barycentric_coordinates_2/Segment_coordinates_2.h>
|
#include <CGAL/Barycentric_coordinates_2/segment_coordinates_2.h>
|
||||||
#include <CGAL/Barycentric_coordinates_2/barycentric_enum_2.h>
|
#include <CGAL/Barycentric_coordinates_2/barycentric_enum_2.h>
|
||||||
|
|
||||||
// Boost headers.
|
// Boost headers.
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue