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

This commit is contained in:
dym21
2023-09-25 10:38:26 +08:00
committed by GitHub
parent f91c49a7ba
commit fef61080de

View File

@@ -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>