summarylogtreecommitdiffstats
path: root/python-fasttext-cstdint.patch
diff options
context:
space:
mode:
Diffstat (limited to 'python-fasttext-cstdint.patch')
-rw-r--r--python-fasttext-cstdint.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/python-fasttext-cstdint.patch b/python-fasttext-cstdint.patch
new file mode 100644
index 000000000000..c6462e0b6032
--- /dev/null
+++ b/python-fasttext-cstdint.patch
@@ -0,0 +1,11 @@
+diff --unified --recursive --text a/src/args.cc b/src/args.cc
+--- a/src/args.cc 2020-04-28 12:40:33.000000000 +0300
++++ b/src/args.cc 2023-05-16 11:48:14.001866135 +0300
+@@ -14,6 +14,7 @@
+ #include <stdexcept>
+ #include <string>
+ #include <unordered_map>
++#include <cstdint>
+
+ namespace fasttext {
+