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:
12
add-missing-include.patch
Normal file
12
add-missing-include.patch
Normal 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>
|
||||
|
||||
|
Reference in New Issue
Block a user