~ruther/guix-local

ref: 222deca6d69040c485420f31e9917cc46af25292 guix-local/gnu/packages/patches/cura-engine-gcc-14.patch -rw-r--r-- 352 bytes
222deca6 — Nicolas Graves gnu: python-py-tes: Switch to pyproject. 5 months ago
                                                                                
1
2
3
4
5
6
7
8
9
10
11
12
Upstream-status: Not presented upstream.

--- cura-engine-4.13.2-checkout/src/utils/math.h	1970-01-01 01:00:01.000000000 +0100
+++ cura-engine-4.13.2-checkout/src/utils/math.h	2025-01-03 10:42:38.726345314 +0100
@@ -5,6 +5,7 @@
 #define UTILS_MATH_H
 
 #include <cmath>
+#include <cstdint>
 
 
 //c++11 no longer defines M_PI, so add our own constant.