Skip to content

Commit

Permalink
Add some missing includes
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 589208816
  • Loading branch information
protobuf-github-bot authored and copybara-github committed Dec 8, 2023
1 parent b146d14 commit 4c32845
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/google/protobuf/compiler/cpp/generator.cc
Original file line number Diff line number Diff line change
Expand Up @@ -17,15 +17,21 @@
#include <utility>
#include <vector>

#include "absl/container/flat_hash_map.h"
#include "absl/log/absl_check.h"
#include "absl/memory/memory.h"
#include "absl/status/status.h"
#include "absl/strings/match.h"
#include "absl/strings/str_cat.h"
#include "absl/strings/str_split.h"
#include "absl/strings/string_view.h"
#include "google/protobuf/compiler/cpp/file.h"
#include "google/protobuf/compiler/cpp/helpers.h"
#include "google/protobuf/compiler/cpp/options.h"
#include "google/protobuf/cpp_features.pb.h"
#include "google/protobuf/descriptor.pb.h"
#include "google/protobuf/descriptor_visitor.h"
#include "google/protobuf/io/printer.h"


namespace google {
Expand Down

0 comments on commit 4c32845

Please sign in to comment.