summaryrefslogtreecommitdiff
path: root/pkgs/development/python-modules/pytorch-tokenizers/add-missing-cstdint-sentencepiece.patch
blob: 95556a83da4574fd4ba5c24a8e2ffa9a1ab19041 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
Submodule third-party/sentencepiece contains modified content
diff --git a/third-party/sentencepiece/src/sentencepiece_processor.h b/third-party/sentencepiece/src/sentencepiece_processor.h
index dd3f092..553fbff 100644
--- a/third-party/sentencepiece/src/sentencepiece_processor.h
+++ b/third-party/sentencepiece/src/sentencepiece_processor.h
@@ -16,6 +16,7 @@
 #define SENTENCEPIECE_PROCESSOR_H_
 
 #include <cstring>
+#include <cstdint>
 #include <memory>
 #include <string>
 #include <string_view>