forked from mindspore-Ecosystem/mindspore
!47523 add windows macro for dvpp
Merge pull request !47523 from zhoufeng/add-windows-macro-for-dvpp
This commit is contained in:
commit
73fc4512c4
|
@ -14,7 +14,9 @@
|
|||
* limitations under the License.
|
||||
*/
|
||||
#include "minddata/dataset/kernels/image/dvpp/acl_adapter.h"
|
||||
#if !defined(_WIN32) && !defined(_WIN64)
|
||||
#include <libgen.h>
|
||||
#endif
|
||||
#include <algorithm>
|
||||
#include "utils/ms_context.h"
|
||||
|
||||
|
|
Loading…
Reference in New Issue