Internal changes

PiperOrigin-RevId: 648439686
pull/17284/head
Mike Kruskal 5 months ago committed by Copybara-Service
parent db27d5f9fa
commit 04182f05c6
  1. 2
      src/google/protobuf/compiler/command_line_interface.cc
  2. 2
      src/google/protobuf/compiler/command_line_interface.h

@ -3213,3 +3213,5 @@ void CommandLineInterface::PrintFreeFieldNumbers(const Descriptor* descriptor) {
} // namespace compiler
} // namespace protobuf
} // namespace google
#include "google/protobuf/port_undef.inc"

@ -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]).

Loading…
Cancel
Save