PR #1939: Add missing rules_cc loads

Imported from GitHub PR https://github.com/abseil/abseil-cpp/pull/1939

This is required for use with bazel past this commit: 71ca0ed111

Most files do this already these were just missing

Merge f7d58947af into 620d600442

Merging this change closes #1939

COPYBARA_INTEGRATE_REVIEW=https://github.com/abseil/abseil-cpp/pull/1939 from keith:ks/add-missing-rules_cc-loads f7d58947af
PiperOrigin-RevId: 809556509
Change-Id: I494a118b851685a03393485514a3b6fbe3a10597
This commit is contained in:
Keith Smiley
2025-09-20 20:02:06 -07:00
committed by Copybara-Service
parent 620d600442
commit 2370ccf579

View File

@@ -14,6 +14,9 @@
# limitations under the License.
#
load("@rules_cc//cc:cc_binary.bzl", "cc_binary")
load("@rules_cc//cc:cc_library.bzl", "cc_library")
load("@rules_cc//cc:cc_test.bzl", "cc_test")
load(
"//absl:copts/configure_copts.bzl",
"ABSL_DEFAULT_COPTS",