Files
ports/math/cgal/files/patch-include_CGAL_number__utils.h
T
Edward.Sanford.Sutton, III 7df85a640e math/cgal: Add missing needed include for boost
PR:		287287
Reported by:	Edward.Sanford.Sutton, III <mirror176@hotmail.com>
2025-06-05 00:21:42 +00:00

11 lines
317 B
C++

--- 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