cura-engine: rebuild for protobuf, grpc

This commit is contained in:
Andrew J. Hesford 2024-02-15 13:38:32 -05:00
parent c3259c9cd5
commit 40497c05c8
2 changed files with 11 additions and 1 deletions

View file

@ -0,0 +1,10 @@
--- a/src/utils/math.h
+++ b/src/utils/math.h
@@ -5,6 +5,7 @@
#define UTILS_MATH_H
#include <cmath>
+#include <cstdint>
//c++11 no longer defines M_PI, so add our own constant.

View file

@ -1,7 +1,7 @@
# Template file for 'cura-engine'
pkgname=cura-engine
version=4.13.1
revision=5
revision=6
build_style=cmake
configure_args="-DCURA_ENGINE_VERSION=${version}"
hostmakedepends="protobuf git"