Skip to content

Commit

Permalink
build(ios): fix no std:function build error on Xcode15.3
Browse files Browse the repository at this point in the history
  • Loading branch information
wwwcg authored and hippy-actions[bot] committed Mar 7, 2024
1 parent 48fd18b commit ea6bd3b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions core/third_party/base/include/base/logging.h
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
#include <codecvt>
#include <sstream>
#include <mutex>
#include <functional>

#include "log_level.h"
#include "macros.h"
Expand Down
1 change: 0 additions & 1 deletion core/third_party/base/src/platform/ios/logging.cc
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@
#include "base/logging.h"

#include <syslog.h>

#include <algorithm>
#include <iostream>

Expand Down

0 comments on commit ea6bd3b

Please sign in to comment.