projects
/
sentencepiece.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f620ff6
)
Fixed build break.
author
Taku Kudo
<taku@google.com>
Tue, 14 Jun 2022 17:22:05 +0000
(
02:22
+0900)
committer
Kentaro Hayashi
<kenhys@xdump.org>
Mon, 21 Nov 2022 13:43:46 +0000
(13:43 +0000)
Signed-off-by: Kentaro Hayashi <kenhys@gmail.com>
Gbp-Pq: Name 0009-Fixed-build-break.patch
src/common.h
patch
|
blob
|
history
diff --git
a/src/common.h
b/src/common.h
index ab07d855c6a5d30ae6ccecd80875275fc528ef6c..c27c3522e18093930aa600e954cf7d755c8546af 100644
(file)
--- a/
src/common.h
+++ b/
src/common.h
@@
-26,6
+26,7
@@
#include <vector>
#include "config.h"
+#include "third_party/absl/strings/string_view.h"
#if defined(_WIN32) && !defined(__CYGWIN__)
#define OS_WIN