From f524368a9af16a9ac37455176df1ed0d36ea9fd7 Mon Sep 17 00:00:00 2001 From: Steve Langasek Date: Sun, 18 Sep 2022 06:30:57 +0100 Subject: [PATCH] include necessary headers to ensure IS_BIG_ENDIAN is defined 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 | 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