Skip to content

Commit

Permalink
Add missing #include (probably revealed by reordering of #includes)
Browse files Browse the repository at this point in the history
  • Loading branch information
afabri committed Oct 8, 2024
1 parent 9a12b30 commit 1ccbbb7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Triangulation_2/include/CGAL/Constrained_triangulation_2.h
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@
#include <CGAL/squared_distance_2.h>
#include <CGAL/tags.h>
#include <CGAL/Kernel_23/internal/Has_boolean_tags.h>
#include <CGAL/NT_converter.h>

#include <boost/mpl/has_xxx.hpp>
#include <boost/iterator/filter_iterator.hpp>
Expand Down

0 comments on commit 1ccbbb7

Please sign in to comment.