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

This commit is contained in:
Zazzle516
2024-10-17 14:50:04 +08:00
committed by GitHub
parent 620597f501
commit 4783c8f590

View File

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