Committed by
GitHub
fix "log10" compile error by import CMATH lib (#1438)
正在显示
1 个修改的文件
包含
1 行增加
和
0 行删除
| @@ -5,6 +5,7 @@ | @@ -5,6 +5,7 @@ | ||
| 5 | #include "sherpa-onnx/csrc/offline-whisper-model.h" | 5 | #include "sherpa-onnx/csrc/offline-whisper-model.h" |
| 6 | 6 | ||
| 7 | #include <algorithm> | 7 | #include <algorithm> |
| 8 | +#include <cmath> | ||
| 8 | #include <string> | 9 | #include <string> |
| 9 | #include <tuple> | 10 | #include <tuple> |
| 10 | #include <unordered_map> | 11 | #include <unordered_map> |
-
请 注册 或 登录 后发表评论