dym21
Committed by GitHub

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

... ... @@ -7,6 +7,7 @@
#ifndef SHERPA_ONNX_CSRC_PARSE_OPTIONS_H_
#define SHERPA_ONNX_CSRC_PARSE_OPTIONS_H_
#include <cstdint>
#include <sstream>
#include <string>
#include <unordered_map>
... ...