summarylogtreecommitdiffstats
path: root/python-fasttext-git-cstdint.patch
blob: c6462e0b6032f9d7883c946ce3a96740e1d19b9b (plain)
1
2
3
4
5
6
7
8
9
10
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 {