mirror of https://github.com/CGAL/cgal
Add needed #includes
This commit is contained in:
parent
46bd5dd9b5
commit
24ca8b4eb4
|
|
@ -14,6 +14,7 @@
|
|||
|
||||
#include <CGAL/license/Polygon_repair_2.h>
|
||||
|
||||
#include <CGAL/Exact_predicates_inexact_constructions_kernel.h>
|
||||
#include <CGAL/Polygon_2.h>
|
||||
#include <CGAL/Polygon_with_holes_2.h>
|
||||
#include <CGAL/Constrained_Delaunay_triangulation_2.h>
|
||||
|
|
|
|||
|
|
@ -13,6 +13,7 @@
|
|||
#define CGAL_TRIANGULATION_WITH_ODD_EVEN_CONSTRAINTS_2_H
|
||||
|
||||
#include <CGAL/license/Polygon_repair_2.h>
|
||||
#include <CGAL/iterator.h>
|
||||
|
||||
namespace CGAL {
|
||||
|
||||
|
|
@ -129,4 +130,4 @@ public:
|
|||
|
||||
} // namespace CGAL
|
||||
|
||||
#endif // CGAL_TRIANGULATION_WITH_ODD_EVEN_CONSTRAINTS_2_H
|
||||
#endif // CGAL_TRIANGULATION_WITH_ODD_EVEN_CONSTRAINTS_2_H
|
||||
|
|
|
|||
Loading…
Reference in New Issue