diff --git a/ai_edge_torch/generative/examples/cpp/BUILD b/ai_edge_torch/generative/examples/cpp/BUILD index 324c2f74..7c04d180 100644 --- a/ai_edge_torch/generative/examples/cpp/BUILD +++ b/ai_edge_torch/generative/examples/cpp/BUILD @@ -13,6 +13,9 @@ # limitations under the License. # ============================================================================== +load("//third_party/bazel_rules/rules_cc/cc:cc_binary.bzl", "cc_binary") +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") load("@org_tensorflow//tensorflow/lite:build_def.bzl", "tflite_linkopts") licenses(["notice"])