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"