forked from mindspore-Ecosystem/mindspore
fix vs build
This commit is contained in:
parent
e8e0976bb1
commit
7b5046df26
|
@ -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