We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 68d7a92 commit 779343cCopy full SHA for 779343c
scripts/bbpe/generate_bbpe_table.py
@@ -36,6 +36,7 @@ def main():
36
s += "\n"
37
s += '#include "sherpa-onnx/csrc/bbpe.h"\n'
38
39
+ s += "#include <cstdint>\n"
40
s += "#include <string>\n"
41
s += "#include <unordered_map>\n"
42
sherpa-onnx/csrc/bbpe.cc
@@ -6,6 +6,7 @@
6
7
#include "sherpa-onnx/csrc/bbpe.h"
8
9
+#include <cstdint>
10
#include <string>
11
#include <unordered_map>
12
sherpa-onnx/csrc/bbpe.h
@@ -4,6 +4,7 @@
4
5
#ifndef SHERPA_ONNX_CSRC_BBPE_H_
#define SHERPA_ONNX_CSRC_BBPE_H_
0 commit comments