Skip to content

Commit 1a90395

Browse files
committed
fix compile
1 parent 9a0dcb6 commit 1a90395

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tools/mtmd/mtmd-audio.h

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44

55
#include <cstdint>
66
#include <vector>
7+
#include <string>
78

89
#define WHISPER_ASSERT GGML_ASSERT
910

@@ -43,7 +44,7 @@ extern bool preprocess_audio(
4344

4445
namespace wav_utils {
4546

46-
extern bool is_wav_buffer(const std::string buf);
47+
extern bool is_wav_buffer(const std::string buf);
4748

4849
extern bool read_wav_from_buf(const unsigned char * buf_in, size_t len, int target_sampler_rate, std::vector<float> & pcmf32_mono);
4950

0 commit comments

Comments
 (0)