fix style issues

This commit is contained in:
Fangjun Kuang 2023-11-08 19:20:50 +08:00
parent 4e79413c78
commit dbd9e8dab8
2 changed files with 2 additions and 0 deletions

View File

@ -0,0 +1 @@
exclude_files=whisper-mel-bank.h

View File

@ -19,6 +19,7 @@
#ifndef KALDIFEAT_CSRC_WHISPER_FBANK_H_
#define KALDIFEAT_CSRC_WHISPER_FBANK_H_
#include <string>
#include <vector>
#include "kaldifeat/csrc/feature-common.h"