“516eaa05f080630726a1f481ce351e06aa7265a4”上不存在“runtime/engine/asr/server/websocket/websocket_client.cc”
Created by: jacquesqiao
tasks: https://github.com/PaddlePaddle/Paddle/issues/10574
Our executor depends on boost, if a C++ module use fluid executor but cannot find the boost, the build will fail.
After add boost to the include_directories, it can build success.