Added #include <cstdint> to fix gcc 13.2 compilation error. (#339)
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user