projects
/
sentencepiece.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
69ee28f
)
include necessary headers to ensure IS_BIG_ENDIAN is defined
author
Steve Langasek
<steve.langasek@ubuntu.com>
Sun, 18 Sep 2022 05:30:57 +0000
(06:30 +0100)
committer
Graham Inggs
<ginggs@debian.org>
Sun, 18 Sep 2022 05:30:57 +0000
(06:30 +0100)
Last-Update: 2022-08-27
Forwarded: no
Bug-Debian: https://bugs.debian.org/
1017360
normalizer.h uses IS_BIG_ENDIAN, which is defined in util.h. Include
util.h here.
Gbp-Pq: Name header-dependencies.patch
src/normalizer.h
patch
|
blob
|
history
diff --git
a/src/normalizer.h
b/src/normalizer.h
index c79813c76ceea6a6edd9ca80d325b8db86d35e08..37fdb8ad9fe6fb6b5a87bac1fd963cbd517331fb 100644
(file)
--- a/
src/normalizer.h
+++ b/
src/normalizer.h
@@
-22,6
+22,7
@@
#include <vector>
#include "common.h"
+#include "util.h"
#include "sentencepiece_model.pb.h"
#include "sentencepiece_processor.h"
#include "third_party/absl/strings/string_view.h"