Skip to content

Commit

Permalink
add missing include
Browse files Browse the repository at this point in the history
  • Loading branch information
sloriot committed Jun 20, 2023
1 parent ccc5462 commit ec8c01a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Alpha_shapes_2/include/CGAL/Alpha_shape_vertex_base_2.h
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
#include <utility>
#include <CGAL/Triangulation_vertex_base_2.h>
#include <CGAL/Alpha_shapes_2/internal/Lazy_alpha_nt_2.h>
#include <CGAL/Default.h>

//-------------------------------------------------------------------
namespace CGAL {
Expand Down

0 comments on commit ec8c01a

Please sign in to comment.