!21450 [MS][LITE][Develop] fix vs build

Merge pull request !21450 from sunsuodong/fix_vs
This commit is contained in:
i-robot 2021-08-06 01:51:38 +00:00 committed by Gitee
commit 19b1ce9d9d
2 changed files with 4 additions and 0 deletions

View File

@ -13,8 +13,10 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
#ifndef _MSC_VER
#include <sched.h>
#include <unistd.h>
#endif
#include "thread/actor_threadpool.h"
#include "thread/core_affinity.h"

View File

@ -13,8 +13,10 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
#ifndef _MSC_VER
#include <sched.h>
#include <unistd.h>
#endif
#include "thread/threadpool.h"
#include "thread/core_affinity.h"