Committed by
GitHub
Update wave-reader.cc (#1278)
* Update wave-reader.cc missing "#include <cstdint>"
正在显示
1 个修改的文件
包含
1 行增加
和
0 行删除
| @@ -5,6 +5,7 @@ | @@ -5,6 +5,7 @@ | ||
| 5 | #include "sherpa-onnx/csrc/wave-reader.h" | 5 | #include "sherpa-onnx/csrc/wave-reader.h" |
| 6 | 6 | ||
| 7 | #include <cassert> | 7 | #include <cassert> |
| 8 | +#include <cstdint> | ||
| 8 | #include <fstream> | 9 | #include <fstream> |
| 9 | #include <utility> | 10 | #include <utility> |
| 10 | #include <vector> | 11 | #include <vector> |
-
请 注册 或 登录 后发表评论