Accepting request 1083975 from home:iznogood:factory

- Add add-missing-include.patch: Add missing include <cstdint>

OBS-URL: https://build.opensuse.org/request/show/1083975
OBS-URL: https://build.opensuse.org/package/show/science/cura-engine?expand=0&rev=58
This commit is contained in:
2023-05-06 19:25:50 +00:00
committed by Git OBS Bridge
parent 551f5f4e9c
commit 31bbe92d89
3 changed files with 21 additions and 2 deletions

12
add-missing-include.patch Normal file
View File

@@ -0,0 +1,12 @@
Index: CuraEngine-4.13.1/src/utils/math.h
===================================================================
--- CuraEngine-4.13.1.orig/src/utils/math.h
+++ CuraEngine-4.13.1/src/utils/math.h
@@ -4,6 +4,7 @@
#ifndef UTILS_MATH_H
#define UTILS_MATH_H
+#include <cstdint>
#include <cmath>