From 15574582f9c72f01106bdc6c17effa07f2936f69 Mon Sep 17 00:00:00 2001 From: Protobuf Team Bot Date: Wed, 23 Oct 2024 20:25:22 -0700 Subject: [PATCH] Internal change PiperOrigin-RevId: 689211321 --- src/google/protobuf/service.h | 1 + src/google/protobuf/unknown_field_set.h | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/src/google/protobuf/service.h b/src/google/protobuf/service.h index a7edeced240d..360ac4ee2cf6 100644 --- a/src/google/protobuf/service.h +++ b/src/google/protobuf/service.h @@ -81,6 +81,7 @@ #include "google/protobuf/stubs/callback.h" #include "google/protobuf/stubs/common.h" +#include "base/types.h" #include "google/protobuf/port.h" #ifdef SWIG diff --git a/src/google/protobuf/unknown_field_set.h b/src/google/protobuf/unknown_field_set.h index aeac15f44e25..f3f485a327c1 100644 --- a/src/google/protobuf/unknown_field_set.h +++ b/src/google/protobuf/unknown_field_set.h @@ -20,7 +20,7 @@ #include #include -#include "google/protobuf/stubs/common.h" +#include "base/types.h" #include "absl/log/absl_check.h" #include "absl/strings/cord.h" #include "absl/strings/string_view.h"