- Add gcc13-fix.patch that fixes upstream issue: https://github.com/facebookresearch/fastText/issues/1281 OBS-URL: https://build.opensuse.org/request/show/1069631 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-fasttext?expand=0&rev=7
13 lines
236 B
Diff
13 lines
236 B
Diff
diff --git a/src/args.cc b/src/args.cc
|
|
index 7ac8c2f..0a7e8c6 100644
|
|
--- a/src/args.cc
|
|
+++ b/src/args.cc
|
|
@@ -14,6 +14,7 @@
|
|
#include <stdexcept>
|
|
#include <string>
|
|
#include <unordered_map>
|
|
+#include <cstdint>
|
|
|
|
namespace fasttext {
|
|
|