Skip to content

Commit 11866fd

Browse files
Internal change
PiperOrigin-RevId: 864604514
1 parent 135bec4 commit 11866fd

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

src/google/protobuf/compiler/ruby/ruby_generator.cc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
#include <string>
1414

1515
#include "absl/container/flat_hash_set.h"
16+
#include "absl/log/absl_check.h"
1617
#include "absl/log/absl_log.h"
1718
#include "absl/strings/escaping.h"
1819
#include "absl/strings/match.h"

src/google/protobuf/compiler/ruby/ruby_generator.h

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,10 @@
1313
#include <cstdint>
1414
#include <string>
1515

16+
#include "google/protobuf/descriptor.pb.h"
17+
#include "absl/strings/string_view.h"
1618
#include "google/protobuf/compiler/code_generator.h"
19+
#include "google/protobuf/descriptor.h"
1720
#include "google/protobuf/port_def.inc"
1821

1922
namespace google {

0 commit comments

Comments
 (0)