Skip to content

Commit 9e989ae

Browse files
committed
Add missing load for proto_library
Signed-off-by: Brentley Jones <github@brentleyjones.com>
1 parent 8bd65ae commit 9e989ae

File tree

1 file changed

+1
-0
lines changed
  • examples/integration/Proto

1 file changed

+1
-0
lines changed

examples/integration/Proto/BUILD

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
load("@build_bazel_rules_apple//apple:macos.bzl", "macos_command_line_application")
22
load("@build_bazel_rules_swift//proto:proto.bzl", "swift_proto_library")
33
load("@build_bazel_rules_swift//swift:swift.bzl", "swift_library")
4+
load("@protobuf//bazel:proto_library.bzl", "proto_library")
45

56
proto_library(
67
name = "person_proto",

0 commit comments

Comments
 (0)