gentoo/sci-mathematics/mathmod/files/mathmod-13.0-missing_include.patch
Nicolas PARLANT a5ba1192cf
sci-mathematics/mathmod: Bump to 13.0
add a patch for a missing include

Signed-off-by: Nicolas PARLANT <nicolas.parlant@parhuet.fr>
Part-of: https://github.com/gentoo/gentoo/pull/44448
Signed-off-by: Sam James <sam@gentoo.org>
2025-11-04 11:04:57 +00:00

27 lines
538 B
Diff

PR pending https://github.com/parisolab/mathmod/pull/288.patch
fix compile w/ qt-6.10.0
move <QElapsedTimer> in header
--- a/pariso/isosurface/Iso3D.cpp
+++ b/pariso/isosurface/Iso3D.cpp
@@ -20,7 +20,6 @@
#include "TableMap.h"
#include "Iso3D.h"
#include "internalfunctions.cpp"
-#include <QElapsedTimer>
double * Iso3D::Results;
Voxel * Iso3D::GridVoxelVarPt;
--- a/pariso/isosurface/Iso3D.h
+++ b/pariso/isosurface/Iso3D.h
@@ -21,6 +21,7 @@
#include "../parisoobject.h"
+#include <QElapsedTimer>
/*
--
2.51.0