From 77180725c1c9af778628d32949f5114f177416ed Mon Sep 17 00:00:00 2001 From: ArrayRecord Team Date: Thu, 17 Jul 2025 22:50:00 -0700 Subject: [PATCH] No public description PiperOrigin-RevId: 784449640 --- cpp/BUILD | 2 ++ 1 file changed, 2 insertions(+) diff --git a/cpp/BUILD b/cpp/BUILD index 65e8569..e7984e0 100644 --- a/cpp/BUILD +++ b/cpp/BUILD @@ -2,6 +2,8 @@ # It supports efficient random access and various compression algorithms. load("@rules_proto//proto:defs.bzl", "proto_library") +load("//third_party/bazel_rules/rules_cc/cc:cc_library.bzl", "cc_library") +load("//third_party/bazel_rules/rules_cc/cc:cc_test.bzl", "cc_test") package(default_visibility = ["//visibility:public"])