Skip to content

Commit d021a20

Browse files
committed
Add missing load() for cc_library()
1 parent dedae9b commit d021a20

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

starlark/bazel_tools/tools/cpp/BUILD.bazel

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
14+
load("@rules_cc//cc:cc_library.bzl", "cc_library")
1415

1516
package(default_visibility = ["//visibility:public"])
1617

0 commit comments

Comments
 (0)