From bf35a4a4e78c3a9ccf3251de176c761f63cff9ec Mon Sep 17 00:00:00 2001 From: 雾聪 <wucong.lyb@alibaba-inc.com> Date: 星期一, 13 十一月 2023 16:40:58 +0800 Subject: [PATCH] add glog/*.h for ios --- runtime/websocket/bin/funasr-wss-server.cpp | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/runtime/websocket/bin/funasr-wss-server.cpp b/runtime/websocket/bin/funasr-wss-server.cpp index 66a9a58..da7fdd4 100644 --- a/runtime/websocket/bin/funasr-wss-server.cpp +++ b/runtime/websocket/bin/funasr-wss-server.cpp @@ -11,7 +11,11 @@ // [--vad-quant <string>] [--vad-dir <string>] [--quantize // <string>] --model-dir <string> [--] [--version] [-h] #include "websocket-server.h" +#ifdef _WIN32 +#include "win_func.h" +#else #include <unistd.h> +#endif #include <fstream> #include "util.h" -- Gitblit v1.9.1