Merge pull request #7742 from lrineau/CGAL-fix-5.5-with-Boost-1.84-GF

Add missing header
This commit is contained in:
Laurent Rineau 2023-10-16 10:50:16 +02:00
commit 7c5742de61
1 changed files with 2 additions and 0 deletions

View File

@ -19,6 +19,8 @@
#include <CGAL/enum.h> #include <CGAL/enum.h>
#include <CGAL/kernel_assertions.h> #include <CGAL/kernel_assertions.h>
#include <boost/next_prior.hpp>
namespace CGAL { namespace CGAL {
namespace Intersections { namespace Intersections {
namespace internal { namespace internal {