We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b67d62e commit 0281b34Copy full SHA for 0281b34
2 files changed
src/google/protobuf/compiler/ruby/ruby_generator.cc
@@ -13,6 +13,7 @@
13
#include <string>
14
15
#include "absl/container/flat_hash_set.h"
16
+#include "absl/log/absl_check.h"
17
#include "absl/log/absl_log.h"
18
#include "absl/strings/escaping.h"
19
#include "absl/strings/match.h"
src/google/protobuf/compiler/ruby/ruby_generator.h
@@ -13,7 +13,10 @@
#include <cstdint>
+#include "google/protobuf/descriptor.pb.h"
+#include "absl/strings/string_view.h"
#include "google/protobuf/compiler/code_generator.h"
+#include "google/protobuf/descriptor.h"
20
#include "google/protobuf/port_def.inc"
21
22
namespace google {
0 commit comments