From ea6bd3b7d840b8ef5547475b7bde8098e6403893 Mon Sep 17 00:00:00 2001 From: wwwcg Date: Thu, 7 Mar 2024 14:37:18 +0800 Subject: [PATCH] build(ios): fix no std:function build error on Xcode15.3 --- core/third_party/base/include/base/logging.h | 1 + core/third_party/base/src/platform/ios/logging.cc | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/core/third_party/base/include/base/logging.h b/core/third_party/base/include/base/logging.h index 77debcb2bb6..d84c1e19c7c 100644 --- a/core/third_party/base/include/base/logging.h +++ b/core/third_party/base/include/base/logging.h @@ -25,6 +25,7 @@ #include #include #include +#include #include "log_level.h" #include "macros.h" diff --git a/core/third_party/base/src/platform/ios/logging.cc b/core/third_party/base/src/platform/ios/logging.cc index 6ae7e6e546a..29f36b4f5e8 100644 --- a/core/third_party/base/src/platform/ios/logging.cc +++ b/core/third_party/base/src/platform/ios/logging.cc @@ -23,7 +23,6 @@ #include "base/logging.h" #include - #include #include