From baab809422ae64a57b4b1e2de4d045f3230eaa95 Mon Sep 17 00:00:00 2001 From: Protobuf Team Bot Date: Wed, 20 Sep 2023 21:22:01 -0700 Subject: [PATCH] Internal PiperOrigin-RevId: 567175482 --- src/google/protobuf/compiler/python/pyi_generator.cc | 1 + 1 file changed, 1 insertion(+) diff --git a/src/google/protobuf/compiler/python/pyi_generator.cc b/src/google/protobuf/compiler/python/pyi_generator.cc index 13b67d2bc0..35a4e4ec2d 100644 --- a/src/google/protobuf/compiler/python/pyi_generator.cc +++ b/src/google/protobuf/compiler/python/pyi_generator.cc @@ -17,6 +17,7 @@ #include "absl/strings/ascii.h" #include "absl/strings/match.h" #include "absl/strings/str_split.h" +#include "absl/strings/string_view.h" #include "google/protobuf/compiler/python/helpers.h" #include "google/protobuf/descriptor.h" #include "google/protobuf/descriptor.pb.h"