From a13587fa18e882fce89d3fa2f071bbb2dcf7ca51 Mon Sep 17 00:00:00 2001 From: Kentaro Hayashi Date: Mon, 21 Nov 2022 22:17:18 +0900 Subject: [PATCH] Include necessary headers to ensure IS_BIG_ENDIAN is defined normalizer.h uses IS_BIG_ENDIAN, which is defined in util.h. Include util.h here. Author: Steve Langasek Last-Update: 2022-08-27 Forwarded: no Bug-Debian: https://bugs.debian.org/1017360 Gbp-Pq: Name header-dependencies.patch --- src/normalizer.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/normalizer.h b/src/normalizer.h index c79813c..37fdb8a 100644 --- a/src/normalizer.h +++ b/src/normalizer.h @@ -22,6 +22,7 @@ #include #include "common.h" +#include "util.h" #include "sentencepiece_model.pb.h" #include "sentencepiece_processor.h" #include "third_party/absl/strings/string_view.h" -- 2.30.2