mirror of https://github.com/CGAL/cgal
Merge pull request #7742 from lrineau/CGAL-fix-5.5-with-Boost-1.84-GF
Add missing header
This commit is contained in:
commit
7c5742de61
|
|
@ -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 {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue