Skip to content

Commit 64256b5

Browse files
committed
Allow building with abseil-cpp 20260107.1
1 parent 0504a38 commit 64256b5

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

include/grpc/event_engine/memory_request.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
#include <stddef.h>
1919

2020
#include "absl/strings/string_view.h"
21+
#include <string>
2122

2223
namespace grpc_event_engine {
2324
namespace experimental {

src/core/util/glob.cc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
// limitations under the License.
1414

1515
#include "absl/strings/string_view.h"
16+
#include <algorithm>
1617

1718
namespace grpc_core {
1819

0 commit comments

Comments
 (0)