zhifu gao
2023-07-25 1dcdd5f8a618ba7ea7eb8d7c9b5f3d0acf5a3d9d
funasr/runtime/onnxruntime/src/commonfunc.h
@@ -14,6 +14,11 @@
    float  snippet_time;
}FUNASR_VAD_RESULT;
typedef struct
{
    string msg;
    vector<string> arr_cache;
}FUNASR_PUNC_RESULT;
#ifdef _WIN32
#include <codecvt>