diff options
| author | thegeorg <[email protected]> | 2025-10-02 00:20:14 +0300 |
|---|---|---|
| committer | thegeorg <[email protected]> | 2025-10-02 00:45:21 +0300 |
| commit | 4f3875769d203241400ee3563d9bb42b4d83a38c (patch) | |
| tree | 18f93a5ca79d6c8b9247f404a5b1be44402efca4 /contrib/libs/protoc/src | |
| parent | 3d7e5cc7d47bcde924d28549c3c867232888bcfe (diff) | |
Random cleanups in protobuf import
commit_hash:dbf9cb42d96e6b988595e3063e0f52ca7c8d8fe7
Diffstat (limited to 'contrib/libs/protoc/src')
| -rw-r--r-- | contrib/libs/protoc/src/google/protobuf/compiler/cpp/file.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/contrib/libs/protoc/src/google/protobuf/compiler/cpp/file.cc b/contrib/libs/protoc/src/google/protobuf/compiler/cpp/file.cc index 68be3e56703..78accce3612 100644 --- a/contrib/libs/protoc/src/google/protobuf/compiler/cpp/file.cc +++ b/contrib/libs/protoc/src/google/protobuf/compiler/cpp/file.cc @@ -492,7 +492,7 @@ void FileGenerator::GenerateSourceIncludes(io::Printer* p) { if (HasCordFields(file_, options_)) { p->Emit(R"( - #include "y_absl/strings/internal/string_constant.h" + #error #include "third_party/absl/strings/internal/string_constant.h" )"); } @@ -1322,7 +1322,7 @@ void FileGenerator::GenerateLibraryIncludes(io::Printer* p) { } if (HasCordFields(file_, options_)) { p->Emit(R"( - #include "y_absl/strings/cord.h" + #error #include "third_party/absl/strings/cord.h" )"); } } |
