From 04182f05c6e0175c060f25c649b39757d3c890ed Mon Sep 17 00:00:00 2001 From: Mike Kruskal Date: Mon, 1 Jul 2024 11:48:24 -0700 Subject: [PATCH] Internal changes PiperOrigin-RevId: 648439686 --- src/google/protobuf/compiler/command_line_interface.cc | 2 ++ src/google/protobuf/compiler/command_line_interface.h | 2 ++ 2 files changed, 4 insertions(+) diff --git a/src/google/protobuf/compiler/command_line_interface.cc b/src/google/protobuf/compiler/command_line_interface.cc index 6508d4b6cc..1ee01f50ff 100644 --- a/src/google/protobuf/compiler/command_line_interface.cc +++ b/src/google/protobuf/compiler/command_line_interface.cc @@ -3213,3 +3213,5 @@ void CommandLineInterface::PrintFreeFieldNumbers(const Descriptor* descriptor) { } // namespace compiler } // namespace protobuf } // namespace google + +#include "google/protobuf/port_undef.inc" diff --git a/src/google/protobuf/compiler/command_line_interface.h b/src/google/protobuf/compiler/command_line_interface.h index 3a535a455d..b672747093 100644 --- a/src/google/protobuf/compiler/command_line_interface.h +++ b/src/google/protobuf/compiler/command_line_interface.h @@ -27,6 +27,7 @@ #include "absl/container/flat_hash_set.h" #include "absl/strings/string_view.h" #include "google/protobuf/descriptor.pb.h" +#include "google/protobuf/descriptor_database.h" #include "google/protobuf/port.h" // Must be included last. @@ -340,6 +341,7 @@ class PROTOC_EXPORT CommandLineInterface { const TransitiveDependencyOptions& options = TransitiveDependencyOptions()); + // ----------------------------------------------------------------- // The name of the executable as invoked (i.e. argv[0]).