- 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
13 lines
297 B
Diff
13 lines
297 B
Diff
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>
|
|
|
|
|