dym21
Committed by GitHub

Added #include <cstdint> to fix gcc 13.2 compilation error. (#339)

@@ -7,6 +7,7 @@ @@ -7,6 +7,7 @@
7 #ifndef SHERPA_ONNX_CSRC_PARSE_OPTIONS_H_ 7 #ifndef SHERPA_ONNX_CSRC_PARSE_OPTIONS_H_
8 #define SHERPA_ONNX_CSRC_PARSE_OPTIONS_H_ 8 #define SHERPA_ONNX_CSRC_PARSE_OPTIONS_H_
9 9
  10 +#include <cstdint>
10 #include <sstream> 11 #include <sstream>
11 #include <string> 12 #include <string>
12 #include <unordered_map> 13 #include <unordered_map>