From: Taku Kudo Date: Tue, 14 Jun 2022 17:22:05 +0000 (+0900) Subject: Fixed build break. X-Git-Tag: archive/raspbian/0.1.97-3+rpi1^2~19 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=5e99c4a09fa903370d4ece94c89f3d74d9a55ab0;p=sentencepiece.git Fixed build break. Signed-off-by: Kentaro Hayashi Gbp-Pq: Name 0009-Fixed-build-break.patch --- diff --git a/src/common.h b/src/common.h index ab07d85..c27c352 100644 --- a/src/common.h +++ b/src/common.h @@ -26,6 +26,7 @@ #include #include "config.h" +#include "third_party/absl/strings/string_view.h" #if defined(_WIN32) && !defined(__CYGWIN__) #define OS_WIN