Committed by
GitHub
Added #include <cstdint> to fix gcc 13.2 compilation error. (#339)
正在显示
1 个修改的文件
包含
1 行增加
和
0 行删除
| @@ -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> |
-
请 注册 或 登录 后发表评论