Added new map.cc file to Bazel BUILD file.
diff --git a/BUILD b/BUILD
index f3fd3f4..5d4541d 100644
--- a/BUILD
+++ b/BUILD
@@ -175,6 +175,7 @@
         "src/google/protobuf/io/zero_copy_stream.cc",
         "src/google/protobuf/io/zero_copy_stream_impl.cc",
         "src/google/protobuf/io/zero_copy_stream_impl_lite.cc",
+        "src/google/protobuf/map.cc",
         "src/google/protobuf/message_lite.cc",
         "src/google/protobuf/parse_context.cc",
         "src/google/protobuf/repeated_field.cc",