From 68b42398a13912a65f978e08a097d26098d9f81e Mon Sep 17 00:00:00 2001 From: halx99 Date: Wed, 4 Jan 2023 23:21:24 +0800 Subject: [PATCH] Fix ci --- core/platform/CCFileUtils.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/core/platform/CCFileUtils.cpp b/core/platform/CCFileUtils.cpp index 39428b7219..5008f28a88 100644 --- a/core/platform/CCFileUtils.cpp +++ b/core/platform/CCFileUtils.cpp @@ -2,7 +2,7 @@ Copyright (c) 2010-2013 cocos2d-x.org Copyright (c) 2013-2016 Chukong Technologies Inc. Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. -Copyright (c) 2021-2022 Bytedance Inc. +Copyright (c) 2021-2023 Bytedance Inc. https://axmolengine.github.io/ @@ -46,7 +46,7 @@ THE SOFTWARE. #if defined(_WIN32) # include "ntcvt/ntcvt.hpp" -# include "yasio/cxx17/string_view.hpp" +# include "yasio/stl/string_view.hpp" #endif #include "pugixml/pugixml.hpp"