Skip to content

Commit

Permalink
Merge pull request #4406 from thehans/master
Browse files Browse the repository at this point in the history
Fix for OBS builds
  • Loading branch information
thehans committed Nov 2, 2022
2 parents 5944914 + 4d83b2b commit bb94b13
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/geometry/cgal/Polygon2d-CGAL.cc
Expand Up @@ -5,6 +5,8 @@
#include <CGAL/Constrained_Delaunay_triangulation_2.h>
#include <CGAL/Triangulation_face_base_with_info_2.h>
#include <CGAL/Polygon_2.h>
#include <CGAL/exceptions.h>

#include <iostream>

namespace Polygon2DCGAL {
Expand Down

0 comments on commit bb94b13

Please sign in to comment.