summarylogtreecommitdiffstats
path: root/fix-compile.patch
diff options
context:
space:
mode:
Diffstat (limited to 'fix-compile.patch')
-rw-r--r--fix-compile.patch14
1 files changed, 6 insertions, 8 deletions
diff --git a/fix-compile.patch b/fix-compile.patch
index 02a0bbd17c7e..6dd1dad99648 100644
--- a/fix-compile.patch
+++ b/fix-compile.patch
@@ -1,11 +1,9 @@
---- xmrig-cuda-6.15.0/src/crypto/common/Algorithm.h 2021-08-31 08:57:51.000000000 +0200
-+++ xmrig-cuda-6.15.0/src/crypto/common/Algorithm.h 2021-09-03 09:20:00.997701452 +0200
-@@ -20,7 +20,8 @@
- #ifndef XMRIG_ALGORITHM_H
- #define XMRIG_ALGORITHM_H
-
--
-+#include <cstdint>
+--- xmrig-cuda-6.15.1/src/crypto/common/Algorithm.h 2021-09-18 15:16:03.000000000 +0200
++++ xmrig-cuda-6.15.1/src/crypto/common/Algorithm.h 2021-09-18 16:44:27.677847874 +0200
+@@ -22,6 +22,7 @@
+
+
+ #include <cstdint>
+#include <cstddef>
#include <vector>