From a49f2c6411637d696e787605ec611f05667e8935 Mon Sep 17 00:00:00 2001 From: 雾聪 <wucong.lyb@alibaba-inc.com> Date: 星期四, 28 九月 2023 15:52:14 +0800 Subject: [PATCH] Merge branch 'main' of https://github.com/alibaba-damo-academy/FunASR into main --- funasr/runtime/onnxruntime/src/precomp.h | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/funasr/runtime/onnxruntime/src/precomp.h b/funasr/runtime/onnxruntime/src/precomp.h index cbfcf56..59e594e 100644 --- a/funasr/runtime/onnxruntime/src/precomp.h +++ b/funasr/runtime/onnxruntime/src/precomp.h @@ -24,6 +24,8 @@ #else #include "onnxruntime_run_options_config_keys.h" #include "onnxruntime_cxx_api.h" +#include "itn-model.h" +#include "itn-processor.h" #endif #include "kaldi-native-fbank/csrc/feature-fbank.h" -- Gitblit v1.9.1