!47523 add windows macro for dvpp

Merge pull request !47523 from zhoufeng/add-windows-macro-for-dvpp
This commit is contained in:
i-robot 2023-01-05 04:02:40 +00:00 committed by Gitee
commit 73fc4512c4
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
1 changed files with 2 additions and 0 deletions

View File

@ -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"