Add needed #includes

This commit is contained in:
Andreas Fabri 2023-07-20 09:45:16 +01:00
parent 46bd5dd9b5
commit 24ca8b4eb4
2 changed files with 3 additions and 1 deletions

View File

@ -14,6 +14,7 @@
#include <CGAL/license/Polygon_repair_2.h> #include <CGAL/license/Polygon_repair_2.h>
#include <CGAL/Exact_predicates_inexact_constructions_kernel.h>
#include <CGAL/Polygon_2.h> #include <CGAL/Polygon_2.h>
#include <CGAL/Polygon_with_holes_2.h> #include <CGAL/Polygon_with_holes_2.h>
#include <CGAL/Constrained_Delaunay_triangulation_2.h> #include <CGAL/Constrained_Delaunay_triangulation_2.h>

View File

@ -13,6 +13,7 @@
#define CGAL_TRIANGULATION_WITH_ODD_EVEN_CONSTRAINTS_2_H #define CGAL_TRIANGULATION_WITH_ODD_EVEN_CONSTRAINTS_2_H
#include <CGAL/license/Polygon_repair_2.h> #include <CGAL/license/Polygon_repair_2.h>
#include <CGAL/iterator.h>
namespace CGAL { namespace CGAL {
@ -129,4 +130,4 @@ public:
} // namespace CGAL } // namespace CGAL
#endif // CGAL_TRIANGULATION_WITH_ODD_EVEN_CONSTRAINTS_2_H #endif // CGAL_TRIANGULATION_WITH_ODD_EVEN_CONSTRAINTS_2_H