Skip to content

Commit b3cdd40

Browse files
committed
Added new map.cc file to Bazel BUILD file.
1 parent 82bad2e commit b3cdd40

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

BUILD

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -175,6 +175,7 @@ cc_library(
175175
"src/google/protobuf/io/zero_copy_stream.cc",
176176
"src/google/protobuf/io/zero_copy_stream_impl.cc",
177177
"src/google/protobuf/io/zero_copy_stream_impl_lite.cc",
178+
"src/google/protobuf/map.cc",
178179
"src/google/protobuf/message_lite.cc",
179180
"src/google/protobuf/parse_context.cc",
180181
"src/google/protobuf/repeated_field.cc",

0 commit comments

Comments
 (0)