Skip to content

Commit 493247a

Browse files
authored
chore: Add missing load statement for cc_library in BUILD file (#197)
Signed-off-by: Matthieu MOREL <matthieu.morel35@gmail.com>
1 parent 894dd29 commit 493247a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

contrib/BUILD

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
load("@rules_cc//cc:defs.bzl", "cc_library")
2+
13
licenses(["notice"]) # Apache 2
24

35
cc_library(

0 commit comments

Comments
 (0)