Zazzle516
Committed by GitHub

fix "log10" compile error by import CMATH lib (#1438)

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