Zazzle516
Committed by GitHub

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

... ... @@ -5,6 +5,7 @@
#include "sherpa-onnx/csrc/offline-whisper-model.h"
#include <algorithm>
#include <cmath>
#include <string>
#include <tuple>
#include <unordered_map>
... ...