Skip to content

Commit

Permalink
fix "log10" compile error by import CMATH lib (#1438)
Browse files Browse the repository at this point in the history
  • Loading branch information
Zazzle516 authored Oct 17, 2024
1 parent 620597f commit 4783c8f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions sherpa-onnx/csrc/offline-whisper-model.cc
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
#include "sherpa-onnx/csrc/offline-whisper-model.h"

#include <algorithm>
#include <cmath>
#include <string>
#include <tuple>
#include <unordered_map>
Expand Down

0 comments on commit 4783c8f

Please sign in to comment.