Skip to content

Commit

Permalink
Internal change
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 689211321
  • Loading branch information
protobuf-github-bot authored and copybara-github committed Oct 24, 2024
1 parent 7f6e90b commit 1557458
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions src/google/protobuf/service.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion src/google/protobuf/unknown_field_set.h
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
#include <atomic>
#include <string>

#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"
Expand Down

0 comments on commit 1557458

Please sign in to comment.