forked from mindspore-Ecosystem/mindspore
!21450 [MS][LITE][Develop] fix vs build
Merge pull request !21450 from sunsuodong/fix_vs
This commit is contained in:
commit
19b1ce9d9d
|
@ -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"
|
||||
|
||||
|
|
|
@ -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"
|
||||
|
||||
|
|
Loading…
Reference in New Issue