gentoo-ebuilds/sci-ml/sentencepiece/files/sentencepiece-0.2.0-gcc15.patch
Alfredo Tupone 6df685d89e
sci-ml/sentencepiece: fix gcc-15
Closes: https://bugs.gentoo.org/951673
Signed-off-by: Alfredo Tupone <tupone@gentoo.org>
2025-03-20 21:52:04 +01:00

10 lines
314 B
Diff

--- a/src/sentencepiece_processor.h 2025-03-20 21:45:30.138329183 +0100
+++ b/src/sentencepiece_processor.h 2025-03-20 21:46:09.315859746 +0100
@@ -15,6 +15,7 @@
#ifndef SENTENCEPIECE_PROCESSOR_H_
#define SENTENCEPIECE_PROCESSOR_H_
+#include <cstdint>
#include <cstring>
#include <memory>
#include <string>