math/cgal: Add missing needed include for boost
PR: 287287 Reported by: Edward.Sanford.Sutton, III <mirror176@hotmail.com>
This commit is contained in:
parent
f0173a177d
commit
7df85a640e
@ -1,6 +1,6 @@
|
||||
PORTNAME= cgal
|
||||
PORTVERSION= 5.6.2
|
||||
PORTREVISION= 1
|
||||
PORTREVISION= 2
|
||||
CATEGORIES= math
|
||||
MASTER_SITES= https://github.com/${PORTNAME:tu}/${PORTNAME}/releases/download/v${PORTVERSION}/
|
||||
DISTNAME= ${PORTNAME:tu}-${PORTVERSION}
|
||||
|
||||
10
math/cgal/files/patch-include_CGAL_number__utils.h
Normal file
10
math/cgal/files/patch-include_CGAL_number__utils.h
Normal file
@ -0,0 +1,10 @@
|
||||
--- include/CGAL/number_utils.h.orig 2024-10-19 19:02:30 UTC
|
||||
+++ include/CGAL/number_utils.h
|
||||
@@ -21,6 +21,7 @@
|
||||
#include <CGAL/Algebraic_structure_traits.h>
|
||||
#include <CGAL/Real_embeddable_traits.h>
|
||||
#include <CGAL/Kernel/Same_uncertainty.h>
|
||||
+#include <boost/mpl/if.hpp>
|
||||
|
||||
namespace CGAL {
|
||||
CGAL_NTS_BEGIN_NAMESPACE
|
||||
Loading…
x
Reference in New Issue
Block a user